packages: SSL-ize two URLs
[lfs.git] / INSTALL
blob034ce530df69a8d98701080b9064c2c20a18d5fd
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 https://www.linuxfromscratch.org for more information.
11 -------------------------------------------------------------------------------
13 If you want to convert the XML to HTML, install the following:
15 * libxml2
16   - https://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
18 * libxslt
19   - https://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
21 * DocBook 4.5 XML DTD
22   - https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook.html
24 * DocBook XSL Stylesheets
25   - https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
27 * HTMLTidy
28   - https://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   - https://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   - https://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html
46 * FOP and JAI
47   - https://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html