Changes between Version 27 and Version 28 of CompilingMapGuide22Centos54


Ignore:
Timestamp:
Jul 27, 2010, 3:28:31 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Centos54

    v27 v28  
    1212yum install subversion ant xml-commons-apis
    1313}}}
    14 2. Download FD0 3.5.0 tar ball from [http://fdo.osgeo.org/content/downloads/ Here].
    15 [wiki:FDOBuildInstruction Instruction to Build FDO From Source]
    16 
    17 If you are also performing an FDO 3.5 build on the same machine, the following packages may also needed:
     142. Download Java SE JDK 6 from Sun and install it.  Then export JAVA_HOME from .bash_profile
     15{{{
     16JAVA_HOME=/usr/java/latest
     17export JAVA_HOME
     18}}}
     193. Download FD0 3.5.0 CR1 Linux Binary tarball from [http://fdo.osgeo.org/content/downloads/ Here], and follow the steps to install FDO to /usr/local/
     20{{{
     21cd /usr/local
     22mkdir fdo-3.5.0
     23cd fdo-3.5.0
     24tar -xvvzf fdosdk-rhel5-3.5.0.tar.gz
     25}}}
     26   a. Install the following packages
    1827{{{
    1928yum install python-devel
     
    2130yum install unixODBC unixODBC-devel
    2231}}}
    23 
    24 3. Download Java SE JDK 6 from Sun and install it.  Then export JAVA_HOME from .bash_profile
    25 {{{
    26 JAVA_HOME=/usr/java/latest
    27 export JAVA_HOME
    28 }}}
     32   b. 
    2933
    3034== Build Process ==