Difference between revisions of "Compiling The Engine"

From Trepidation
Jump to: navigation, search
(For Windows: =)
(For Windows: =)
Line 13: Line 13:
 
|colspan="1"|'''THIS INFORMATION NEEDS TO BE UPDATED'''
 
|colspan="1"|'''THIS INFORMATION NEEDS TO BE UPDATED'''
 
|-
 
|-
}
 

Revision as of 13:33, 24 November 2016

For Linux

If you are on Ubuntu or Debian, the easiest way to compile this the following:

$ sudo aptitude build-dep ioquake3
$ sudo apt-get install libsdl1.2-dev libxmp-dev libsdl2-dev libvorbis libogg libvorbisfile
$ git clone git://github.com/q3shafe/trepidation.git
$ cd trepidation/trep-engine
$ make

For Windows: =

THIS INFORMATION NEEDS TO BE UPDATED