Open a terminal (command-line), and enter the directory containing CastleEngineManifest.xml
file. This is the main project directory.
Run this command to compile the project (for the current operating system and processor):
Run this to compile and also package (again, for the current operating system and processor):
By default we compile in release mode. Use option --mode=debug
to compile a debug version (slower, but more friendly for various debuggers).
That’s it, you can now use our "build tool" to easily compile and package your games for various platforms:) Read on to learn about more useful commands of the build tool.