Documentation

How to Build

First check out the trunk from the SVN
svn co https://mokoi.svn.sourceforge.net/svnroot/mokoi/trunk mokoi-source
Then you can run make to build the important parts of Mokoi Gaming.
cd mokoi-source
make all

Note: If you not building for the system your on, you must set BUILDOS variable before running Make

export BUILDOS=dreamcast
make all
You can also set OBJDIR if you use the source for more then one system builds.
* note: windows users would set instead of export.

See Ports page for each system infomation.


Comments

Comming Soon