sirmak
sirmak

Reputation: 3722

latest mono on centos

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 ?

Upvotes: 2

Views: 1424

Answers (1)

skolima
skolima

Reputation: 32714

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.

Upvotes: 3

Related Questions