Skip to content

Instantly share code, notes, and snippets.

@Denis101
Created June 3, 2015 15:24
Show Gist options
  • Save Denis101/a883f1a73e9a45988aef to your computer and use it in GitHub Desktop.
Save Denis101/a883f1a73e9a45988aef to your computer and use it in GitHub Desktop.
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-4.0.1.tar.bz2
tar jxf mono-4.0.1.tar.bz2
cd mono-4.0.1
./configure --prefix=/opt/mono
make && make install
export PATH=$PATH:/opt/mono/bin/mono
export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment