Changeset 2ec64b3 for INSTALL


Ignore:
Timestamp:
06/22/2004 07:48:30 PM (20 years ago)
Author:
lfs-dev <lfs-dev@…>
Branches:
v5_1_1
Parents:
673b0d8
Message:

This commit was manufactured by cvs2svn to create tag 'v5_1_1'.

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/v5_1_1/BOOK@3757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r673b0d8 r2ec64b3  
    1010
    1111-------------------------------------------------------------------------------
    12 If all you want to do is convert XML to HTML perform the following:
     12If all you want to do is convert XML to HTML install the following:
    1313
    1414* libxml2
     
    1919
    2020* DocBook DTD
    21   - http://www.linuxfromscratch.org/blfs/view/cvs/pst/DocBook.html
     21  - http://www.linuxfromscratch.org/blfs/view/cvs/pst/xml.html
    2222
    2323* DocBook XSL Stylesheets
    2424  - http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
    2525
     26* HTML Tidy - http://tidy.sourceforge.net/src/tidy_src.tgz
     27
     28  /bin/sh build/gnuauto/setup.sh &&
     29  ./configure --prefix=/usr &&
     30  make &&
     31  su -c "make install"
     32
    2633-------------------------------------------------------------------------------
    2734If you want to be able to convert the book into PDF as well, then you will need
    2835the FOP package.  This takes an XSL-FO file (created with libxslt which you
    29 already installed) and converts it to PDF:
     36already installed) and converts it to PDF.  Additionally you will need
     37the Java Advanced Imaging (JAI) library from
     38http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
     39(you'll need either the JDK .bin or JRE .bin file dependent on your
     40particular Java setup).
    3041
    3142  - http://www.apache.org/dist/xml/fop/fop-0.20.5-bin.tar.gz
     
    3748  mv fop-0.20.5 fop
    3849
     50  Install JAI by running:
     51
     52  chmod u+x /path/to/jai-1_1_2-lib-linux-i586-jdk.bin &&
     53  cd $JAVA_HOME &&
     54  /path/to/jai-1_1_2-lib-linux-i586-jdk.bin
     55
    3956  Now set JAVA_HOME, FOP_HOME and PATH to values appropriate to your system.
Note: See TracChangeset for help on using the changeset viewer.