-
Notifications
You must be signed in to change notification settings - Fork 163
Building
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:
See the Building on Linux page.
See the Building on Mac page.
See the Building on Windows page.