up vote 2 down vote favorite
share [g+] share [fb]

How can I install the latest version of mono (maybe from trunk) on the centos (5.3+) ?

EDIT: Or do I have to change my server environment to Ubuntu Server or OpenSuse ?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Oh my. CentOS is a bit... restrictive with updates, to say the least. Or to avoid cursing. However, downloading the source code package for libgdiplus and Mono and running standard ./configure;make;make install produces a working Mono environment. There are no packages provided anywhere, sadly - if you need better support, change your distribution.

link|improve this answer
1  
There's a better answer stackoverflow.com/questions/3510320/… – skolima Aug 18 '10 at 15:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.