14 | | 2. Download FD0 3.5.0 tar ball from [http://fdo.osgeo.org/content/downloads/ Here]. |
15 | | [wiki:FDOBuildInstruction Instruction to Build FDO From Source] |
16 | | |
17 | | If you are also performing an FDO 3.5 build on the same machine, the following packages may also needed: |
| 14 | 2. Download Java SE JDK 6 from Sun and install it. Then export JAVA_HOME from .bash_profile |
| 15 | {{{ |
| 16 | JAVA_HOME=/usr/java/latest |
| 17 | export JAVA_HOME |
| 18 | }}} |
| 19 | 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/ |
| 20 | {{{ |
| 21 | cd /usr/local |
| 22 | mkdir fdo-3.5.0 |
| 23 | cd fdo-3.5.0 |
| 24 | tar -xvvzf fdosdk-rhel5-3.5.0.tar.gz |
| 25 | }}} |
| 26 | a. Install the following packages |