Skip to content

Installing and Building

Voltstro edited this page Jul 10, 2020 · 1 revision

Building

Prerequisites

You will need:

Getting the project

You will need to clone the project recursively using git:

git clone --recursive https://github.com/Voltstro/VoltstroEngine.git

Compiling

Once you have your prerequisites sorted out, go to src/ and open up VoltstroEngine.sln (or VoltstroEngine.code-workspace with VS code).

Once the solution/workspace is opened, build the ENTIRE solution, you can do this by right clicking on the solution, and clicking 'Build Solution', or in VS Code by running the build task provided.

The built engine will be placed into the game/bin/(Configuration)/ directory.

Clone this wiki locally