Compiling in Windows
Last updated
Last updated
To compile your project, open up the solution, right-click the INSTALL project, and click 'build'. You only need to do this the first time.
The INSTALL project not only compiles the engine, but also installs the BaseGame template files in your project.
The engine executable will be generated in the project's game folder (i.e. My Projects/<project name>/game/<project name>.exe).
Change "Visual Studio 17" to the appropriate generator for your system and "MyGame" to your projectName