Skip to content

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.

  1. Install the latest .NET SDK
  2. Clone (or download and extract) Mzinga's source into a folder on your machine
  3. Open a command prompt (or terminal) and navigate to the Mzinga source folder
  4. 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.

Clone this wiki locally