Changes between Version 31 and Version 32 of CompilingMapGuide22Centos54


Ignore:
Timestamp:
Jul 27, 2010, 5:14:48 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Centos54

    v31 v32  
    1212yum install subversion ant xml-commons-apis
    1313}}}
    14 2. 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''
     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 ''.bashrc''. (''Where to install JDK does not really matter'') After installation, run command ''java -version'' to test if the installation is successful or not.
    1515{{{
    1616cd /usr/local
    1717ln -s jdk1.6.0_21 java
     18cd
     19java -version
    1820}}}
    19 Open ''.bash_profile'' or ''.bashrc'' in an editor, add the following lines
     21Open ''.bashrc'' in an editor, add the following lines
    2022{{{
    2123JAVA_HOME=/usr/local/java
     
    2325export PATH=$PATH:$JAVA_HOME/bin:
    2426}}}
    25 3. Download FD0 3.5.0 CR1 Linux Binary tarball from [http://fdo.osgeo.org/content/downloads/ Here] to ''/usr/local/'', and follow the steps to install FDO to /usr/local/
     273. Download FD0 3.5.0 CR1 Linux Binary tarball from [http://fdo.osgeo.org/content/downloads/ Here] to /usr/local/, and follow the steps to install FDO to /usr/local/
    2628{{{
    2729cd /usr/local