Latest mono on centos
How do I install the latest mono (maybe from trunk) on centos (5.3+)?
EDIT: Or do I need to change my server environment to Ubuntu Server or OpenSuse?
+2
sirmak
source
to share
1 answer
Oh, my. CentOS is a bit ... limited to updates, to say the least. Or so as not to curse. However, downloading the source code for libgdiplus and Mono and running the standard ./configure;make;make install
creates a Mono working environment. There are no packages anywhere, unfortunately - if you need better support, change your distro.
+3
skolima
source
to share