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 ?
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 ?
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.