Last active
January 1, 2016 01:19
-
-
Save joshrickard/8071722 to your computer and use it in GitHub Desktop.
Parser
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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