Contents |
Get the source from SVN the repository is found at svn://svn.icculus.org/tremulous/trunk Most likely, you'll get the source by typing "svn co svn://svn.icculus.org/tremulous/trunk ."
Or from the Tremulous .zip package, which includes a file named tremulous-1.1.0-src.tar.gz. This is what you want.
If you don't want to compile the QVMs create a Makefile.local file that contains 'BUILD_GAME_QVM=0', otherwise add 'INCLUDE=' and 'LIBRARY=' (original fix). Add 'USE_CURL=1' if you want WWW redirection support.
Windows Vista x64 (and possibly Vista 32 bit as well) requires several fixes before it is able to compile Tremulous. Several MSYS files must first be replaced otherwise MSYS will spawn many windows before quitting. Download the files from here and replace the files in in your MSYS directory.
Due to new security changes in Vista the command prompt must be run with administrator privileges. Once the command prompt has been opened you should change to the directory in which msys.bat is located (default is C:\msys\1.0). Execute msys.bat from the command prompt.
If all has gone well you will find your executable under the directory "build/your-system-here/." Now go kill some aliens!