Skip to content

Instantly share code, notes, and snippets.

View ShawnMcCool's full-sized avatar
💭
reinventing the wheel

Shawn McCool ShawnMcCool

💭
reinventing the wheel
View GitHub Profile
@tobias-schulz
tobias-schulz / gist:7453030
Created November 13, 2013 17:32
Build Monogame > 4.0 on Ubuntu 13.10
# Add this line to your software sources
deb http://debian.meebey.net/experimental/mono /
# Of course, apt-get remove mono-complete first...
sudo apt-get update
sudo apt-get install build-essential automake checkinstall intltool git
sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2
# I installed monodevelop from apt just to get all the prereqs
sudo apt-get install monodevelop