- Where Developers Learn, Share, & Build Careers
Recently I found that I need to create a mono 3.0 for CNOS 6, to request my infrastructure Otherwise the system is close to CentOS as possible (i.e. if possible, a third-party package).
Because there is currently no mono 3.0 rpm which I can get, I clean it, install Minos of CentOS 6.3.
It is possible to build Mono 3.0 with an external package on CentOS 6.3.
install a CentOS 6.3 at least
ifup eth0 yum -y update yum -y install glib2-devel yum -y install libpng-devel yum -y install libjpeg-devel Yum -y install giflib-devel yum -y install libtiff-devel yum -y install libexif-devel yum - Y install libX11-devel yy -y install fontconfig-devel yum -y install gettext yum -y install yum -y install install gcc -c ++ # Entertaining hack export echo = echo # build libgdiplus curl -O http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar .bz2 Binzip 2 libgdiplus-2.10.9.tar.bz2 tar xvf Libgdiplus-2.10.9.tar cd libgdiplus-2.10.9 .configur E --prefix = / usr / local Install # Build mono curl-o http://download.mono-project.com/sources/mono/mono -3.0.0.tar.bz2 BUNZIP 2 Mono-3.0.0 .tar.biz 2 wire xvf mono-3.0.0.tar cd mono-3.0.0 ./configure - prefix = / usr / local install # tell binfelt how to launch CLR executable 'echo: CLR: M :: MZ: : / Usr / local / bin / mono: '& gt; / Proc / sys / fs / binfmt_misc / register
Comments
Post a Comment