I’ve been spending all day trying to get MonoGame working on Ubuntu 14.04 LTS with the software center’s Monodevelop 4… The latest provided package for Linux (MG 3.0.1) on MonoGame’s download page won’t install (which I’ve gathered is because I’m using MD 4 instead of 3). I’ve managed to get the current (as of today) MonoGame-Master branch Monogame.Framework.Linux solution to compile by downloading the current OpenTK 1.1.0 release (http://sourceforge.net/projects/opentk/files/latest/download) and copying the OpenTK.dll and OpenTK.dll.config files to the “MonoGame-Master/ThirdParty/Libs” folder. Please excuse my unfamiliarity with the build process and Monodevelop, but I don’t know how to properly use and create a project using the outputted Lidgren.Network.dll, MonoGame.Framework.dll, etc.
Would it be better for me just to find a way to install Monodevelop 3 and use the MG 3.0.1 package on the download page? Any help would be greatly appreciated, and I’m planning on writing up a tutorial on how to get MonoGame up and running once this is all figured out! It seems like a great framework; I haven’t used XNA since about 2009 but I’d love to get back into it!