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
git clone https://github.com/JohnEffo/MonoBuild
cd monobuild
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.