Linux Development on Project - Past-to-Future/DarkEmpire GitHub Wiki
For those of us that are using a Linux machine for development purposes, i'll be writing down a list of compability issues, and adding them to a linux-testing
branch. My current development Machine is running Debian 7.3 (Wheezy) with the following packages installed (according to Synaptic Package Manager)
monodevelop
- IDEmonodevelop-monogame
- IDE integrationlibmonogame-cil
- assemblies
Solution Files
When you try to open a .sln file created in Visual Studio 2012, MonoDevelop may not detect the version format. change the line DarkEmpire.sln
:
Microsoft Visual Studio Solution File, Format Version 12.00
to
Microsoft Visual Studio Solution File, Format Version 11.00
References
Linux based MonoGame requires these libraries:
MonoGame.Framework.Linux
replaces Monogame.Framework
System.Core
to use System.Linq