Add in Linux build commands with new cmake build.

This commit is contained in:
sigonasr2 2024-01-22 21:12:06 -06:00
parent 7af67b25b6
commit 089c1af33b
3 changed files with 6 additions and 0 deletions

1
debug.sh Executable file
View File

@ -0,0 +1 @@
cmake -DCMAKE_BUILD_TYPE=Debug .;make -j 8

1
release.sh Executable file
View File

@ -0,0 +1 @@
cmake -DCMAKE_BUILD_TYPE=Release .;make -j 8

4
runGame.sh Executable file
View File

@ -0,0 +1,4 @@
cd "Adventures in Lestoria"
mkdir "Adventures in Lestoria"
cp "discord_game_sdk.so" "Adventures in Lestoria"
../bin/AdventuresInLestoria