Playing mono these days
// Install necessary packages to avoid compilation errors
Sudo apt-Get install build-essential # This will install basic programming tools such as gcc/g ++/GDB/make
Sudo apt-Get update
Download mono-2.6.3 http://ftp.novell.com/pub/mono/sources/mono/
Wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.3.tar.bz2
Download and decompress
Tar jvxf mono-2.6.3.tar.bz2
CD mono-2.6.3
./Configure -- prefix =/usr
If the message "bison" is missing
Sudo apt-Get install bison
If gettext is missing
Sudo apt-Get install gettext
If glib-2.0 is missing
Sudo apt-Get install libglib2.0-Dev
If successful
Make
Sudo make install
It takes some time to compile
After installing mono-V, check whether the mono version is displayed.
My name is 2.6.3.
Sudo apt-Get install PKG-config # used to automatically find the header file and library file location when compiling the GTK Program
Install GTK-sharp now
My next example is gtk-sharp-2.12.10.tar.bz2
Http://ftp.novell.com/pub/mono/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2
The pango package cannot be found when editing the file.
Google: Enter the following command
Sudo apt-Get install build-essential libgtk2.0-Dev
Well
Next Security monodevelop http://ftp.novell.com/pub/mono/sources/monodevelop/monodevelop-2.2.2.tar.bz2
Compile as above
Tar jvxf monodevelop-2.2.2.tar.bz2
CD monodevelop-2.2.2
./Configure -- prefix =/usr
Make
Sudo make install
Now, the installation is complete.
An monodevelop-2.2.2 is still relatively smooth, the main is a little trouble, relying on too many packages