Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.03 KB

INSTALLATION.md

File metadata and controls

29 lines (18 loc) · 1.03 KB

Installing the engine

Visual Studio

The engine requires both include files (headers) and libraries of:

The paths to both the include paths and library paths to these libraries must be supplied to the Launcher/ProjectGenerator.

Once this is done, Visual Studio project files for the engine can be generated. Press the green "Generate" button.

Now the engine binaries need to be built. In Visual Studio, click Build, then Batch Build. Then Select All and Build.

After the binaries are built, open the launcher again. You can now create a new project or import an existing project.

CMake

TODO