diff --git a/C++/scripts/debug.sh b/C++/scripts/debug.sh index 2854ad6..9bf2513 100755 --- a/C++/scripts/debug.sh +++ b/C++/scripts/debug.sh @@ -4,7 +4,7 @@ printf "Running program...\n\n\n" output=$(dpkg -l | grep libx11-dev) if [[ -z $output ]] then - sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev + sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev fi if [ "$1" = "test" ] then diff --git a/C++/scripts/md5 b/C++/scripts/md5 index 5520048..da48c26 100644 --- a/C++/scripts/md5 +++ b/C++/scripts/md5 @@ -1,7 +1,7 @@ build.sh:c073187e65d0e23aa77aa94af4ec6382 - commit.sh:1af81bf417dfb932284d8a14fdd10657 - -debug.sh:849488515cab075948653c15eec4177b - +debug.sh:8125f303032b6cbc137223df63d10096 - lines.sh:3b907786f7fc9204025993016c9080de - -release.sh:0ab321c3fa2f1a1b2f03b1aec3bce816 - +release.sh:b1ce8461a303e8e7aa9ed74259db3873 - temp:d41d8cd98f00b204e9800998ecf8427e - -web.sh:4bbe9c5710a0ae4289468c3f7f340ff1 - +web.sh:dd7eec9825587db99063877da2839506 - diff --git a/C++/scripts/release.sh b/C++/scripts/release.sh index c1a95a6..13aa1eb 100755 --- a/C++/scripts/release.sh +++ b/C++/scripts/release.sh @@ -4,7 +4,7 @@ printf "Running program...\n\n\n" output=$(dpkg -l | grep libx11-dev) if [[ -z $output ]] then - sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev + sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev fi if [ "$1" == "full" ]; then rm "pixelGameEngine.o" diff --git a/C++/scripts/web.sh b/C++/scripts/web.sh index 893cf36..f04e1de 100755 --- a/C++/scripts/web.sh +++ b/C++/scripts/web.sh @@ -3,7 +3,7 @@ output=$(dpkg -l | grep libx11-dev) if [[ -z $output ]] then - sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev + sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev fi if [[ "$1" == "full" || "$2" == "full" ]]; then rm "pixelGameEngine_wasm.o"