-
Notifications
You must be signed in to change notification settings - Fork 11
BuildingMzinga
Jon Thysell edited this page Jul 13, 2022
·
4 revisions
To build Mzinga you'll need the latest .NET 6 SDK, which is available for Windows, MacOS, and Linux.
- Install the latest .NET SDK
- Clone (or download and extract) Mzinga's source into a folder on your machine
- Open a command prompt (or terminal) and navigate to the Mzinga source folder
- Run
dotnet build src/Mzinga.sln
to build everything
Alternatively, if you have access to PowerShell on your machine, there are a variety of scripts in the scripts
folder for building (and packaging) release builds of Mzinga for each platform.
Mzinga Copyright © 2015-2023 Jon Thysell.
Hive Copyright © 2016 Gen42 Games.
Mzinga is in no way associated with or endorsed by Gen42 Games.
Getting Started
Mzinga's Projects
Other