Last active
August 29, 2015 14:23
-
-
Save jen20/744b0436500ee8a56a47 to your computer and use it in GitHub Desktop.
Use 3.12 snapshot of Mono from Xamarin on Debian-alikes
This file contains hidden or 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
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF | |
echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.12.0/. main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list | |
sudo apt-get update | |
sudo apt-get -y install mono-complete libmonosgen-2.0-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment