Changes between Version 24 and Version 25 of CompilingMapGuide22Centos54
- Timestamp:
- 07/27/10 14:30:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Centos54
v24 v25 5 5 == Build Environment Setup == 6 6 7 CentOS 5.4 uses GCC 4.1 as its native compiler so !MapGuide 2.2 does compile cleanly on CentOS 5.4. The following rpms are required (list may not be complete):7 1. CentOS 5.4 uses GCC 4.1 as its native compiler so !MapGuide 2.2 does compile cleanly on CentOS 5.4. The following rpms are required (list may not be complete): 8 8 {{{ 9 9 yum install gcc gcc-c++ autoconf automake automake17 libtool bison … … 12 12 yum install subversion ant xml-commons-apis 13 13 }}} 14 Download FD0 3.5.0 from [http://fdo.osgeo.org/content/downloads/ Here], and install it to /usr/local/ 15 {{{ 14 2. Download FD0 3.5.0 tar ball from [http://fdo.osgeo.org/content/downloads/ Here]. [wiki: FDOBuildInstruction Build FDO from source] 16 15 17 }}}18 16 If you are also performing an FDO 3.5 build on the same machine, the following packages may also needed: 19 17 {{{ … … 23 21 }}} 24 22 25 Download Java SE JDK 6 from Sun and install it. Then export JAVA_HOME from .bash_profile23 3. Download Java SE JDK 6 from Sun and install it. Then export JAVA_HOME from .bash_profile 26 24 {{{ 27 25 JAVA_HOME=/usr/java/latest