Difference between revisions of "Installing MonoGame"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 1: Line 1:
 
==Windows==
 
==Windows==
 
You can download the MonoGame SDK from this link: [http://www.monogame.net/releases/v3.6/MonoGameSetup.exe Windows Installer].
 
You can download the MonoGame SDK from this link: [http://www.monogame.net/releases/v3.6/MonoGameSetup.exe Windows Installer].
 
  
 
===Xamarin Studio / MonoDevelop===
 
===Xamarin Studio / MonoDevelop===
Line 15: Line 14:
 
Once installed you should be able to close the add-in manager, and when you create a new solution you should have addition options.
 
Once installed you should be able to close the add-in manager, and when you create a new solution you should have addition options.
  
[[File:MonoGame new project options.png]]
+
[[File:MonoGame new project options.png | 600px]]
  
 
===Visual Studio===
 
===Visual Studio===
  
 
If you have visual studio installed already you should be able to just install the SDK above. When you do install select to install the additional templates to create new MonoGame projects.
 
If you have visual studio installed already you should be able to just install the SDK above. When you do install select to install the additional templates to create new MonoGame projects.

Revision as of 22:30, 17 March 2017

Windows

You can download the MonoGame SDK from this link: Windows Installer.

Xamarin Studio / MonoDevelop

With the SDK installed, start Xamarin Studio / MonoDevelop. Click on Tools, and select Add Ins

Xamarin-addin.png

This will start the add-in manager, select gallery, and then game development. Select MonoGame Addin and click the install button on the right.

Monogame-addin.png

Once installed you should be able to close the add-in manager, and when you create a new solution you should have addition options.

MonoGame new project options.png

Visual Studio

If you have visual studio installed already you should be able to just install the SDK above. When you do install select to install the additional templates to create new MonoGame projects.