Changes between Version 29 and Version 30 of CompilingMapGuide22Centos54
- Timestamp:
- 07/27/10 16:06:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Centos54
v29 v30 12 12 yum install subversion ant xml-commons-apis 13 13 }}} 14 2. Download Java SE JDK 6 from Sun and install it. Then export JAVA_HOME from .bash_profile14 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'' 15 15 {{{ 16 JAVA_HOME=/usr/java/latest 16 cd /usr/local 17 ln -s jdk1.6.0_21 java 18 }}} 19 Open ''.bash_profile'' or ''.bashrc'' in an editor, add the following lines 20 {{{ 21 JAVA_HOME=/usr/local/java 17 22 export JAVA_HOME 23 export PATH=$PATH:$JAVA_HOME/bin: 18 24 }}} 19 25 3. 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/