diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -59,16 +59,7 @@ Now install JAI: - cd /opt/j2sdk && /path/to/jai-1_1_2_01-lib-linux-i586-jdk.bin Next install ANT: - - download http://www.apache.org/dist/ant/source/apache-ant-1.6.2-src.tar.bz2 - - tar -xjvf apache-ant-1.6.2-src.tar.bz2 - (recent versions of tar will warn about "A lone zero block at 33476" but - this can be safely ignored) - - cd apache-ant-1.6.2 && \ - ./boostrap.sh && \ - ./build && \ - install -d /opt/ant && \ - cp -r dist/* /opt/ant - - edit your bash profile to set ANT_HOME=/opt/ant and PATH=$PATH:/opt/ant/bin + - http://www.linuxfromscratch.org/blfs/view/svn/general/apache-ant.html And finally install FOP: - download http://www.apache.org/dist/xml/fop/fop-0.20.5-src.tar.gz |