How can I use a develop branch on my Mac?

I have downloaded the latest MonoGame develop branch from github but I don’t know how to use/install it on my Mac because there is no installer in the develop branch folder. I want to create a new iOS and Android solution in Visual Studio Community for Mac. How can I create a new iOS/Android solution with the develop branch?

You’ll need to compile it yourself and reference the output DLLs. Full instructions are here. Since you already have the source, you can start on step 3.

Thank you. It works on my Mac.

1 Like