Changes between Initial Version and Version 1 of Compiling Quagents


Ignore:
Timestamp:
Jun 16, 2011 10:12:18 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compiling Quagents

    v1 v1  
     1So you've got the source code and are looking to compile it so that it runs in sweet native glory.
     2
     3== Linux ==
     4You need [[http://www.libsdl.org/|SDL]] and the associated development packages. Once you've got those, simple navigate to the top-level directory of quagents and run "make".
     5
     6Then, copy the .pk3 files into build/release-linux-*/quagents3/.
     7
     8You should be able to run it now with the build/release-linux-*/ioquake3.* executable.
     9
     10== Mac OSX ==
     11There's another shell script to compile for OSX in the top level directory, and it seems to compile fine up until SDL. I don't think I did the right thing to install SDL. :( Maybe someone who has clocked more than 2 hours on a Mac in their life can help me on this one...
     12
     13== Windows ==
     14Working on it. Looks like the best solution is MinGW and the make. Try http://wiki.ioquake3.org/Building_ioquake3, and the ioquake3 readme.
     15
     16== Everthing Else ==
     17You're currently on your own, sorry. Give the makefile a shot and see what happens.