Before compiling/ using Space42 ensure that you are using latest version of SMILE available from SVN.
SMILE library and Space42 must be also build using the same USE_STL switch setting in CMake to work correctly.
Don't forget to 'make install' SMILE library (not just 'make' it).
Space42 depends on SMILE project accessible from <http://smile2d.sourceforge.net> which MUST be installed before install.
After checkout/ export from SVN use following commands to build and install Space42:
> mkdir build
> cd build
> ccmake ../
[ c - to configure / g - to generate makefile ]
> make install
To run Space42 continue this way:
> cd ..
> ./space42 [URL address]
The best way to edit scene data and recompile scripts is to link 'GFX' and 'scripts' directory together with 'space42.JTG' file into SMILE project directory and use 'SMILEditor' or 'SMILEngine -compiler space42.prj'.... read more