DarkRadiant - Compilation Guide: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
== Needed Software ==
== Needed Software ==
You'll need to download these pieces of software (these are all free, you don't need to pay for anything):
You'll need to download these pieces of software (these are all free, you don't need to pay for anything):
* [http://tortoisesvn.tigris.org TortoiseSVN]
* [http://tortoisesvn.tigris.org TortoiseSVN] for obtaining the sources
* [http://www.mingw.org/download.shtml MinGW]
* [http://www.mingw.org/download.shtml MinGW] the actual compiler
* [http://www.activestate.com/store/activepython/download ActivePython]
* [http://www.activestate.com/store/activepython/download ActivePython] to run scons
* [http://www.scons.org/download.php scons]
* [http://www.scons.org/download.php scons] to run the compilation scripts


== Where to obtain the Source ==
== Where to obtain the Source ==

Revision as of 18:53, 9 February 2007

Compiling under Windows

This should hopefully cover the steps to prepare your machine to be able to compile the DarkRadiant Editor from source.

Needed Software

You'll need to download these pieces of software (these are all free, you don't need to pay for anything):

Where to obtain the Source

Compiling under Linux

Instructions go here (WIP)