Installing mono-3.0.4 from source
=================================

The following should allow you to build and install mono from source. 

wget http://download.mono-project.com/sources/mono/mono-3.0.4.tar.bz2
tar jxf mono-3.0.4.tar.bz2
cd mono-3.0.4
./configure --prefix=`pwd`/../local --with-large-heap=yes --enable-nls=no
make
make install

Finally, add local/bin to your path.
