It took four hours to install this correctly. Thank you for your support.
Debain7.5 is installed on Vmware.
I. Update the system
# Apt-Get update
# Apt-Get upgrade
2. Build the compiling environment
# Apt-Get install build-essential
# Apt-Get install automake Autoconf
# Apt-Get install bison gettext libtool libglib2.0-dev libfreetype6-dev libfontconfig-Dev
(It is best to execute them one by one to ensure successful installation)
Iii. InstallationOther library files
# Apt-Get install libgif-dev libtiff4-dev libpng12-dev libexif-dev libx11-dev libxft-dev libjpeg-Dev (it is also best to execute one by one to ensure successful installation)
4. Download and decompress the source file
# Wget http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.tar.bz2
# Wget http://download.mono-project.com/sources/mono/mono-3.4.0.tar.bz2
# Tar-jxf libgdiplus-2.10.tar.bz2
# Tar-jxf mono-3.4.0.tar.bz2
5. Install libgdiplus and mono
1. Install libgdiplus
# Cd libgdiplus-2.10
#./Configure -- prefix =/usr
# Make
# Make install
CD ..
2. Install mono
# Cd mono-3.4.0
# Cd MCS/tools/xbuild/targets
# Cp microsoft.portable.csharp_4.0.tar gets microsoft.portable.common.tar gets
# Vi microsoft.portable.common.tar gets
Remove <import project = "$ (msbuildtoolspath) \ microsoft.csharp.tar gets"/>, save and exit
# Apt-Get install mono-GMCs
# Cd
# Cd mono-3.4.0
#./Configure -- prefix =/usr
# Make
# Make install
# CD ..
View mono-V version
Mono JIT compiler version 3.4.0 (tarball Sat Jun 28 22:08:03 CST 2014)
Copyright (c) 2002-2014 Novell, Inc, xamarin INC and contributors. www.mono-project.com
TLS: _ thread
SIGSEGV: altstack
Specifications: epoll
Architecture: amd64
Disabled: None
Misc: softdebug
Llvm: supported, not enabled.
GC: sgen
6. Install jexus
# Wget http://www.linuxdot.net/down/jexus-5.5.2.tar.gz
# Tar-zxf jexus-5.5.2.tar.gz
# Mv jexus-5.5.2/usr/local/jexus
# Cd/usr/local/jexus
#./Install
Installed/usr/jexus/jxaspx2.dll into the GAC (/usr/lib/MONO/GAC)
Installed/usr/jexus/jxaspx. DLL into the GAC (/usr/lib/MONO/GAC)
Installed/usr/jexus/jxhost2.dll into the GAC (/usr/lib/MONO/GAC)
Installed/usr/jexus/jxhost. DLL into the GAC (/usr/lib/MONO/GAC)
OK, jexus web server has been installed to '/usr/jexus '.
#/Usr/jexus/JWS start
Starting... OK
Next, we are ready to migrate devtext to mono.