I. Preparation environment
Yum-y install gcc gcc-c++ bison pkgconfig glib2-devel gettext make libpng-devel libjpeg-devel libtiff-devel libexif-devel Giflib-devel libx11-devel freetype-devel fontconfig-devel cairo-devel
Two. Download and install Libgdiplus, Libgdiplus is a mono library that provides GDI + compatible APIs for non-Windows operating systems.
Versions of: http://download.mono-project.com/sources/libgdiplus/
CD/Tmpwget http://download.mono-project.com/sources/libgdiplus/libgdiplus-4.2.tar.gz Tar zxf libgdiplus-4.2. tar.gz cd libgdiplus-4.2. /configure--prefix=/usrmakemake installldconfig
Three. Download and install mono, each version of: http://download.mono-project.com/sources/mono/
CD/tmpwget http://download.mono-project.com/sources/mono/mono-4.4.0.40.tar.bz2 Tar jxf mono-4.4. 0.40 . TAR.BZ2CD Mono-4.4. 0 . /configure--prefix=/-j2make installldconfig
Four-Test mono
Five. Download and install Jexus, each version of: http://www.linuxdot.net/
CD/tmpwget www.linuxdot.net/down/jexus-5.8. 1 . Tar.gztar zxf Jexus-5.8. 1 . TAR.GZCD Jexus-5.8. 1 . /install/usr/Jexusldconfig
Six. Jexus command
Start jexus:sudo/usr/jexus/jws start stop jexus:sudo/usr/jexus/jws stop restart Jexus:sudo/usr/jexus/jws Restart
Seven. See if the installation was successful
Article Main Source: http://www.cnblogs.com/gaobing/p/4953236.html
Centos 7 Installation mono and Jexus default directory installation (a)