Skip to content
niffiwan edited this page Oct 17, 2016 · 3 revisions

Some times you may need to compile your own executables. This article should help you do that. Before you can compile anything you will need the engine source code. You can find instructions on how to do that on your platform in this article.

After getting the code, you need to run this git command:

git submodule update --init --recursive

Or you need to clone the repository with the recursive option.

The build process on each platform is different so we provide instructions for each platform:

Linux

See the Building on Linux page.

Mac

See the Building on Mac page.

Windows

See the Building on Windows page.