MonoGame Mac Installation Instructions

Does anyone know how to install MonoGame on a Mac. I look around for a while, and I cannot find guides. Mono and MonoDevelop work fine for me, but I can’t figure out how to install MonoGame. Thank.

+5
source share
1 answer

In general, with MonoGame:

  • Download source code from GitHub
  • Start a new project
  • Add Existing Projectfor MonoGame.YourPlatform.csprojandLidgren.Network.YourPlatform.csproj
  • Add a link to MonoGame with a new project

Actually nothing needs to be β€œinstalled."

+3
source

All Articles