The Nexuiz SVN repository alone by the way, takes up around 3 GB of disk space, so make sure you have at least about 4 GB free space!
If for some reason it doesn't work, remember to post the error so we have a clue of what's going on!

Step one: Get the script
http://www.hrfdesign.com/crap/misc/svnup-nexuiz.sh
Make it executable:
- Code: Select all
chmod +x /path/to/svnup-nexuiz.sh
Make running the script more convenient:
- Code: Select all
sudo ln -s /path/to/svnup-nexuiz.sh /usr/bin/
Step two: Run the script!
First run the script like this to download all the required dependencies (debian-based systems only I'm afraid, it uses apt). Users of other distributions will have to find the dependencies themselves!

- Code: Select all
svnup-nexuiz.sh -a
(optional) Edit the nex_root variable inside of the script. The default is ~/software/games/nexuiz
Okay, now run the script like this to checkout (download), compile and install Nexuiz from SVN!
- Code: Select all
svnup-nexuiz.sh -s
Whenever you want to update Nexuiz in the future, just run the svnup-nexuiz.sh script without any arguments. To see what else the script can do, run svnup-nexuiz.sh -h