Build From Source

Prerequisites

You will need to have Dotnet 7 installed. For instructions on how to do this, you can follow this link: https://dotnet.microsoft.com/en-us/download

Building

  • Clone the repository
git clone https://github.com/JohnEffo/MonoBuild
cd monobuild
  • Build the exe
dotnet build

The build artifacts will located at ./monobuild/src/bin/debug/net7.0. You may want to copy them from here and place them into a directory in your path environment variable.