You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: