2

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 ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
sirmak
  • 3,749
  • 4
  • 30
  • 34

1 Answers1

3

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.

skolima
  • 31,963
  • 27
  • 115
  • 151