-
Notifications
You must be signed in to change notification settings - Fork 0
Installing and Building
Voltstro edited this page Jul 10, 2020
·
1 revision
You will need:
- Powershell Core 7.x
- .NET Core SDK 3.1
- An IDE
- Solution/Workspace files for Visual Studio, Rider and VS Code are provided, ready to go
- Visual Studio 2019 the recommend IDE to use, if you have a platform compatible
You will need to clone the project recursively using git:
git clone --recursive https://github.com/Voltstro/VoltstroEngine.git
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.