Get it: http://www.mono-project.com
./configure -enable-static=yes --enable-shared=yes --with-pic
./configure --with-pic \ --with-libgdiplus=../libgdiplus-1.2.2/src/.libs \ --with-preview=no --with-ikvm-native=yes --with-x \ --with-xen_opt=no --with-sigaltstack=yes && make -j2
$ MONO_LOG_LEVEL=debug mono <filename.exe>
$ export MONO_TRACE_LISTENTER=Console.Out $ mono --trace=N:<NAMESPACE> <filename.exe> >monotrace.log