diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-12-10 19:58:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-12-10 19:58:58 +0000 |
commit | b8e37b35aab692e96e1881c968791664c5e00048 (patch) | |
tree | 84519e55fc66881128f75a151554162d2be6e6ee | |
parent | 955d5e3759341bf863518c1431096a0d960b75f7 (diff) |
BLFS now handles installing ANT
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | INSTALL | 11 | ||||
-rw-r--r-- | chapter06/readjusting.xml | 2 |
2 files changed, 2 insertions, 11 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 diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index a3522a663..cf27100b8 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -4,7 +4,7 @@ %general-entities; ]> <sect1 id="ch-system-readjusting"> -<title>Re-adjusting the toolchain</title> +<title>Readjusting the toolchain</title> <?dbhtml filename="readjusting.html"?> <para>Now that the new and final C libraries have been installed, it's time to |