Changes between Version 29 and Version 30 of CompilingMapGuide22Centos54


Ignore:
Timestamp:
Jul 27, 2010, 4:06:29 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Centos54

    v29 v30  
    1212yum install subversion ant xml-commons-apis
    1313}}}
    14 2. Download Java SE JDK 6 from Sun and install it.  Then export JAVA_HOME from .bash_profile
     142. Download Java SE JDK 6 from Sun and install to /usr/local/.  Suppose the installation is under /usr/local/jdk1.6.0_21, follow below steps to export JAVA_HOME from ''.bash_profile'' or ''.bashrc''
    1515{{{
    16 JAVA_HOME=/usr/java/latest
     16cd /usr/local
     17ln -s jdk1.6.0_21 java
     18}}}
     19Open ''.bash_profile'' or ''.bashrc'' in an editor, add the following lines
     20{{{
     21JAVA_HOME=/usr/local/java
    1722export JAVA_HOME
     23export PATH=$PATH:$JAVA_HOME/bin:
    1824}}}
    19253. 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/