source: INSTALL@ 6c38cd8

Last change on this file since 6c38cd8 was fee7854, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

INSTALL updates from Randy.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.7 KB
Line 
1LFS Book Conversion Tools Installation Instructions
2
3After downloading the SVN source, there are some things that need to be set up
4on your computer if you want to convert the XML source into something easier to
5read (e.g. HTML, TXT, PS or PDF). If you are interested in this, then keep
6reading. If you are only interested in editing the XML source for re-
7submission to the lfs-book or lfs-dev mailing lists, then you do not need this
8document. Instead, you need to read the LFS Editor's Manual. See the LFS
9website at http://www.linuxfromscratch.org for more information.
10
11-------------------------------------------------------------------------------
12If all you want to do is convert XML to HTML perform the following:
13
14* libxml2
15 - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
16
17* libxslt
18 - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
19
20* DocBook DTD
21 - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
22
23* DocBook XSL Stylesheets
24 - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
25
26* HTMLTidy
27 - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html
28
29-------------------------------------------------------------------------------
30If you want to be able to convert the book into PDF as well, then you will need
31the FOP package. This takes an XSL-FO file (created with libxslt which you
32already installed) and converts it to PDF. FOP is dependant on the Java
33Advanced Imaging (JAI) API to render SVG graphics. Instructions to install the
34JAI are included in the FOP instructions. Perform the following:
35
36* J2SDK
37 - http://www.linuxfromscratch.org/blfs/view/svn/general/j2sdk.html
38
39* FOP
40 - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html
41
Note: See TracBrowser for help on using the repository browser.