Changes between Version 32 and Version 33 of CompilingMapGuide22Centos54
- Timestamp:
- 07/28/10 10:11:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Centos54
v32 v33 25 25 export PATH=$PATH:$JAVA_HOME/bin: 26 26 }}} 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/ 27 3. Download FD0 3.5.0 CR1 Linux Binary tarball from [http://fdo.osgeo.org/content/downloads/ Here] and install to /usr/local/fdo-3.5.0 28 Installed FDO file structure under /usr/local should be like the following: 28 29 {{{ 29 cd /usr/local 30 mkdir fdo-3.5.0 31 tar -xvvzf fdosdk-rhel5-3.5.0.tar.gz -C fdo-3.5.0 30 /usr/local/fdo-3.5.0 31 /usr/local/fdo-3.5.0/lib 32 /usr/local/fdo-3.5.0/include 32 33 }}} 33 34