source: clfs-embedded/BOOK/INSTALL @ bfed8f5

Last change on this file since bfed8f5 was bfed8f5, checked in by Andrew Bradford <andrew@…>, 11 years ago

Put README conversion info into INSTALL doc

  • Property mode set to 100644
File size: 1008 bytes
RevLine 
[5cba5fc]1CLFS Book Conversion Tools Installation Instructions
[a9e389d]2
[5cba5fc]3After downloading the book source, there are some things that need to be set up
[a9e389d]4on your computer if you want to convert the XML source into something easier to
[5cba5fc]5read (e.g. HTML, TXT, or PDF).
[a9e389d]6
7-------------------------------------------------------------------------------
8
9If you want to convert the XML to HTML, install the following:
10
11* libxml2
12* libxslt
13* DocBook DTD
14* DocBook XSL Stylesheets
15* HTMLTidy
16
17-------------------------------------------------------------------------------
18
19If you want to convert the XML to TXT, install the above items, and then install
20the following:
21
22* lynx
23
24-------------------------------------------------------------------------------
25
26If you want to convert the XML to PDF, install the items listed above (except
27lynx) and then install the following:
28
29* JDK
30* FOP and JAI
[bfed8f5]31
32To convert the Docbook XML source into rendered form:
33
34To XHTML: make
35To single file XHTML (nochunks): make nochunks
36To PDF: make pdf
Note: See TracBrowser for help on using the repository browser.