Change the link for HTMLTidy in INSTALL. Thanks to Xi Ruoyao for report.
[linux_from_scratch.git] / BOOK / INSTALL
blob182598e55e4c261635170e445a0da33e74ebc778
1 LFS Book Conversion Tools Installation Instructions
3 After downloading the SVN source, there are some things that need to be set up 
4 on your computer if you want to convert the XML source into something easier to 
5 read (e.g. HTML, TXT, or PDF).  If you are interested in this, then keep 
6 reading.  If you are only interested in editing the XML source for re- 
7 submission to the lfs-book or lfs-dev mailing lists, then you do not need this 
8 document.  Instead, you need to read the LFS Editor's Manual.  See the LFS 
9 website at http://www.linuxfromscratch.org for more information.
11 -------------------------------------------------------------------------------
13 If you want to convert the XML to HTML, install the following:
15 * libxml2
16   - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
18 * libxslt
19   - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
21 * DocBook DTD 
22   - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
24 * DocBook XSL Stylesheets 
25   - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
27 * HTMLTidy
28   - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html
30 ------------------------------------------------------------------------------- 
32 If you want to convert the XML to TXT, install the above items, and then install
33 the following:
35 * lynx
36   - http://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
38 ------------------------------------------------------------------------------- 
40 If you want to convert the XML to PDF, install the items listed above (except
41 lynx) and then install the following:
43 * JDK
44   - http://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html
46 * FOP and JAI
47   - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html