Forked from choffmeister/monodevelop4-build.sh
Last active
August 29, 2015 14:19
Revisions
-
Christian Hoffmeister revised this gist
Mar 8, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ #!/bin/bash sudo apt-get install build-essential automake checkinstall intltool git sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2 -
Christian Hoffmeister revised this gist
Mar 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,8 @@ sudo apt-get install build-essential automake checkinstall intltool git sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2 git clone git://github.com/mono/monodevelop cd monodevelop git checkout monodevelop-4.0 git submodule update --init --recursive ./configure make -
Christian Hoffmeister created this gist
Mar 8, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ sudo apt-get install build-essential automake checkinstall intltool git sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2 git clone git://github.com/mono/monodevelop git checkout monodevelop-4.0 cd monodevelop git submodule update --init --recursive ./configure make sudo checkinstall