Changes between Version 31 and Version 32 of CompilingMapGuide22Centos54
- Timestamp:
- 07/27/10 17:14:48 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Centos54
v31 v32 12 12 yum install subversion ant xml-commons-apis 13 13 }}} 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''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 ''.bashrc''. (''Where to install JDK does not really matter'') After installation, run command ''java -version'' to test if the installation is successful or not. 15 15 {{{ 16 16 cd /usr/local 17 17 ln -s jdk1.6.0_21 java 18 cd 19 java -version 18 20 }}} 19 Open ''.bash _profile'' or ''.bashrc'' in an editor, add the following lines21 Open ''.bashrc'' in an editor, add the following lines 20 22 {{{ 21 23 JAVA_HOME=/usr/local/java … … 23 25 export PATH=$PATH:$JAVA_HOME/bin: 24 26 }}} 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/27 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/ 26 28 {{{ 27 29 cd /usr/local