Compiling The Engine

From Trepidation
Revision as of 13:33, 24 November 2016 by Admin (talk | contribs) (For Windows: =)

Jump to: navigation, search

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