Add in Linux build commands with new cmake build.

pull/35/head
sigonasr2 1 year ago
parent 7af67b25b6
commit 089c1af33b
  1. 1
      debug.sh
  2. 1
      release.sh
  3. 4
      runGame.sh

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

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

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