source: INSTALL@ 1238cc49

Last change on this file since 1238cc49 was 1238cc49, checked in by Matthew Burgess <matthew@…>, 19 years ago

Merge of trunk changes

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

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[e8a0469]1LFS Book Conversion Tools Installation Instructions
[2fadfb6]2
[5507127]3After downloading the SVN source, there are some things that need to be set up
[e8a0469]4on your computer if you want to convert the XML source into something easier to
[1238cc49]5read (e.g. HTML, TXT, or PDF). If you are interested in this, then keep
[e8a0469]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
[a52b2c2]9website at http://www.linuxfromscratch.org for more information.
[2fadfb6]10
[e8a0469]11-------------------------------------------------------------------------------
[1238cc49]12
13If you want to convert the XML to HTML, install the following:
[2fadfb6]14
[e8a0469]15* libxml2
[800abab]16 - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
[2fadfb6]17
[287ea55]18* libxslt
[800abab]19 - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
[2fadfb6]20
[e8a0469]21* DocBook DTD
[800abab]22 - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
[2fadfb6]23
[81fd230]24* DocBook XSL Stylesheets
25 - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
[a942c0a]26
[3042296]27* HTMLTidy
[800abab]28 - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html
[3042296]29
[e8a0469]30-------------------------------------------------------------------------------
[82d3941c]31
[1238cc49]32If you want to convert the XML to TXT, install the above items, and then install
33the following:
[82d3941c]34
[1238cc49]35* lynx
36 - http://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
37
38-------------------------------------------------------------------------------
[82d3941c]39
[1238cc49]40If you want to convert the XML to PDF, install the items listed above (except
41lynx) and then install the following:
42
43* JDK
44 - http://www.linuxfromscratch.org/blfs/view/svn/general/jdk.html
45
46* FOP and JAI
47 - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html
Note: See TracBrowser for help on using the repository browser.