Skip to content

Instantly share code, notes, and snippets.

@sl5net
Created February 12, 2021 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl5net/7453cb8d9a1c040e9524969b57a6e209 to your computer and use it in GitHub Desktop.
Save sl5net/7453cb8d9a1c040e9524969b57a6e209 to your computer and use it in GitHub Desktop.
# i use this in linux (ubuntu). Pls read: https://trac.wildfiregames.com/wiki/BuildInstructions#Linux
# this script gets newest files first from SVN and starts the game.
# 13 is number of CPU you want give this! if you have more then 13!
# your could use different folders if you want.
cd ~/svn; svn co https://svn.wildfiregames.com/public/ps/trunk/ 0ad
cd ~/svn/0ad/build/workspaces ; ./update-workspaces.sh -j13
cd ~/svn/0ad/build/workspaces/gcc ; make -j13
~/svn/0ad/binaries/system/pyrogenesis &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment