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.

./configure --prefix=/tmp/mono_build; make; make install

That's it.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm