Changes between Version 24 and Version 25 of CompilingMapGuide22Centos54


Ignore:
Timestamp:
Jul 27, 2010, 2:30:21 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Centos54

    v24 v25  
    55== Build Environment Setup ==
    66
    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):
     71. 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):
    88{{{
    99yum install gcc gcc-c++ autoconf automake automake17 libtool bison
     
    1212yum install subversion ant xml-commons-apis
    1313}}}
    14 Download FD0 3.5.0 from [http://fdo.osgeo.org/content/downloads/ Here], and install it to /usr/local/
    15 {{{
     142. Download FD0 3.5.0 tar ball from [http://fdo.osgeo.org/content/downloads/ Here]. [wiki: FDOBuildInstruction Build FDO from source]
    1615
    17 }}}
    1816If you are also performing an FDO 3.5 build on the same machine, the following packages may also needed:
    1917{{{
     
    2321}}}
    2422
    25 Download Java SE JDK 6 from Sun and install it.  Then export JAVA_HOME from .bash_profile
     233. Download Java SE JDK 6 from Sun and install it.  Then export JAVA_HOME from .bash_profile
    2624{{{
    2725JAVA_HOME=/usr/java/latest