First, download the sources from http://ftp.novell.com/pub/mono/sources-stable/ You need mono-2.10.2.tar.bz2 and mono-basic-2.10.tar.bz2 then [sourceode] tar -xvf mono-2.10.2.tar.bz2 tar -xvf mono-basic-2.10.tar.bz2 cd mono-2.10.2 ./configure -prefix=/opt/mono make make install cd /usr/bin mv mono…
Read More