dxx-rebirth/dxx-compile.txt

29 lines
1,021 B
Plaintext
Raw Normal View History

2006-03-20 16:43:15 +00:00
This file describes how to compile D1X-Rebirth from source.
To compile you´ll need:
-gcc/g++
-mingw [windows]
-nasm (optional, for sdl-build)
-sdl
2007-01-26 12:43:11 +00:00
-GLU/GL
-scons
Building with SCons:
* run "scons" with desired command-line options (see "scons -h" for complete list of options)
* you may want to run "scons install" to install the binary after it's build
* copy your data files to the SHAREPATH (default: /usr/local/share/games/d1x-rebirth)
2007-01-26 12:43:11 +00:00
Building with make:
*** [OBSOLETE!!! Please use SCons or fix on your own :)] ***
2006-03-20 16:43:15 +00:00
* edit the "config" file and specify the output directory and the platform you´re running
* edit the appropriate "config.linux" "config.mingw" or "config.other" file to chenge the options
2006-03-20 16:43:15 +00:00
* run "make"
* place the binary wherever you want to have it
* copy your data files to the desired path you specified in "config" on DESCENT_DATA_PATH
2006-03-20 16:43:15 +00:00
If you run into any problems do not hesitate to contact me.
2007-01-26 12:43:11 +00:00
eMail is: zico@unixboard.de
You can also use the DXX-Forum located on http://dxx-rebirth.de/