Skip to content

Instantly share code, notes, and snippets.

View teror4uks's full-sized avatar

Pavel Sirotkin teror4uks

  • Berlin, Germany
View GitHub Profile
@teror4uks
teror4uks / install_mono.sh
Created May 20, 2016 16:12 — forked from andreazevedo/install_mono.sh
Install mono on centOS 6.x
$ yum install bison gettext glib2 freetype fontconfig libpng libpng-devel libX11 libX11-devel glib2-devel libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget
$ cd /usr/local/src
$ wget http://download.mono-project.com/sources/mono/mono-3.2.8.tar.bz2
$ tar jxf mono-3.2.8.tar.bz2
$ cd mono-3.2.8