Skip to content

Instantly share code, notes, and snippets.

@joshrickard
Last active January 1, 2016 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshrickard/8071722 to your computer and use it in GitHub Desktop.
Save joshrickard/8071722 to your computer and use it in GitHub Desktop.
Parser
apt-get -y update
apt-get -y upgrade
apt-get -y install build-essential curl gettext
wget http://download.mono-project.com/sources/mono/mono-3.2.5.tar.bz2
tar jxf mono-3.2.5.tar.bz2
cd mono-3.2.5/
./configure --prefix=/usr/local; make; make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment