forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 5
Tutorials:prerequisites
vchelaru edited this page Apr 17, 2011
·
30 revisions
Tutorials:<- Back to Tutorials
This page lists the requirements for creating a MonoGame project. These steps were created while installing on a Windows 7 machine so they may differ if you are using a different OS.
- Install Mono: http://www.mono-project.com/Main_Page
- Click the "Download" link
- Select your operating system under "Long-term Supported Version"
- Select the specific download. On Windows, select "Mono for Windows, Gtk#, and XSP"
- Install OpenTK: http://www.opentk.com/
- Install MonoDevelop: http://monodevelop.com/
- The website for MonoDevelop will mention that you need GTK. If you installed Mono, you will have GTK
- Install msysgit (this must be done before installing TortoiseGit on Windows): http://code.google.com/p/msysgit/
- You will want to download the "Net installer" or "Full installer" for msysgit. For example, "msysGit-fullinstall-1.7.4-preview20110204.exe"
- Install TortoiseGit: http://code.google.com/p/tortoisegit/
- Right-click on the desktop or any explorer window and select "TortoiseGit->Settings"
- You may get a popup that says "MSysGit(http://code.google.com/p/msysgit) have not installed Correctly...". If so, click "Yes"
- Verify the "General" category is selected
- Browse to find the "Git.exe Path:". It should be in C:\msysgit\bin. If you repeat the steps above to open the Settings dialog from the desktop or an explorer window, you should no longer see the popup.
The next step is to "Clone" MonoGame. If you've used Subversion before (or TortoiseSVN) then this is similar to doing a "SVN Checkout"
- Create an empty folder
- Right-click on the folder
- Select "Git Clone..."
- Enter the URL from the front page, which should be https://github.com/mono/MonoGame.git
- Leave every thing else as-is in the "Git clone" dialog that appears