Jump to content

Mono 2.11.4 now available


LFA

Recommended Posts

CentOS 5/6 / Fedora 15 / Redhat 5 32bit

wget http://www.tcadmin.com/installer/mono-2.11.4-i386.rpm
yum -y install mono-2.11.4-i386.rpm --nogpgcheck

CentOS 5/6 / Fedora 15 / Redhat 5 64bit

wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.rpm
yum -y install mono-2.11.4-x86_64.rpm --nogpgcheck

Debian 6 32bit

wget http://www.tcadmin.com/installer/mono-2.11.4-i386.deb
apt-get update
dpkg -i mono-2.11.4-i386.deb
apt-get install -f

Debian 6 64bit

wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.deb
apt-get update
dpkg -i mono-2.11.4-x86_64.deb
apt-get install -f

Ubuntu 10/11/12 32bit

wget http://www.tcadmin.com/installer/mono-2.11.4-i386.ubu.deb
apt-get update
dpkg -i mono-2.11.4-i386.ubu.deb
apt-get install -f

Ubuntu 10/11/12 64bit

wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.ubu.deb
apt-get update
dpkg -i mono-2.11.4-x86_64.ubu.deb
apt-get install -f

After updating edit your /home/tcadmin/Monitor/mono-config. Change the value of MONO_FOLDER:

MONO_FOLDER="/opt/mono-2.11.4"

Optimize your mono installation:

/opt/mono-2.11.4/bin/mono --aot -O=all /opt/mono-2.11.4/lib/mono/2.0/mscorlib.dll
for i in /opt/mono-2.11.4/lib/mono/gac/*/*/*.dll; do /opt/mono-2.11.4/bin/mono --aot -O=all $i; done

Then restart your monitor and service manager:

cd /home/tcadmin/Monitor
./monitor-service restart
./serviceman-service restart

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Who's Online   0 Members, 0 Anonymous, 14 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use