Hacker News new | ask | show | jobs
by animesh 4717 days ago
I wish someone would package this version of Mono for Debian Testing (or at least Sid). I am starting to love building things from source, but having no official documentation on how to build Mono/MonoDevelop from source the correct way really is tiring.

(Installing pango/gtk etc from source really takes the juice out of you.)

1 comments

http://www.mono-project.com/Compiling_Mono

First result on Google for building Mono. Download the source, unpack, configure, make install. I've done this on many versions, and it seems to work just fine.

Sorry, I should have been more clear. Installing Mono from Git is quite straightforward. Whereas for MonoDevelop, I found its not that simple, at least for me. Installing dependency after dependency especially while building GtkSharp, pango has not been successful for me, yet.

I go at it every few weeks with renewed interest, but at some point I find myself wading through the forums where there is little or no response to questions similar to the ones I have at that moment.

Not my experience... I've been battling for several days now to try and get mono, monodevelop and F# installed from git (admittedly I'm trying to do that using a prefix argument to the various configure steps). My overwhelming impression is that linux simply isnt in mono's critical path anymore.
These are some of the instructions I'm following. Thanks for the link though :-)