Building Maratis
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | The current version of the build system uses Scons and Python to produce binaries for Windows, OSX and Linux,<br> | |
+ | consequently, please visit (and install if necessary) Python before continuing. | ||
+ | <br><br> | ||
+ | Go to the '''trunk/dev''' folder and type : '''python scons.py'''<br> | ||
+ | or if you want to work in debug : '''python scons.py build_mode=debug''' | ||
+ | <br><br> | ||
+ | During the process, all the compiled files will be produced into the 'build' directory,<br> | ||
+ | including executables and static libs (bullet, freetype, zlib...) | ||
− | + | At the end of the build, if successful, the final binaries will be installed into the ''''prod'''' directory :<br> | |
− | + | '''ManualUse, MaratisEditor, MaratisPlayer, MCore, MEngine''' | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:33, 9 February 2013
The current version of the build system uses Scons and Python to produce binaries for Windows, OSX and Linux,
consequently, please visit (and install if necessary) Python before continuing.
Go to the trunk/dev folder and type : python scons.py
or if you want to work in debug : python scons.py build_mode=debug
During the process, all the compiled files will be produced into the 'build' directory,
including executables and static libs (bullet, freetype, zlib...)
At the end of the build, if successful, the final binaries will be installed into the 'prod' directory :
ManualUse, MaratisEditor, MaratisPlayer, MCore, MEngine