BuildingMzinga - jonthysell/Mzinga GitHub Wiki
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.