Search code examples
c#macosxnainstallationmonogame

MonoGame Mac installation instructions


Does anyone know how to install MonoGame on Mac. I have been looking around for a while and I can't find any guides. I have Mono and MonoDevelop up and running fine, but I cannot figure out how to install MonoGame. Thanks.


Solution

  • In general with MonoGame:

    • Download the source code off GitHub
    • Start a new project
    • Add Existing Project for MonoGame.YourPlatform.csproj and Lidgren.Network.YourPlatform.csproj
    • Add a reference to MonoGame with your new project

    There really isn't anything to "install".