Compiling mono on Fedora 12.
It is really easy, just following the instruction from here and set the prefix to your preferred build directory; For example, set the mono binaries to /tmp/mono_build.
That's it.
./configure --prefix=/tmp/mono_build; make; make install
That's it.
Comments