source: INSTALL@ 53efe272

multilib
Last change on this file since 53efe272 was a8c8498, checked in by Xi Ruoyao <xry111@…>, 2 years ago

doc: correct the URL of BLFS docbook-xml-4.5 page

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[e8a0469]1LFS Book Conversion Tools Installation Instructions
[2fadfb6]2
[4458e3d]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, 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
[61707b1]9website at https://www.linuxfromscratch.org for more information.
[2fadfb6]10
[e8a0469]11-------------------------------------------------------------------------------
[05e94658]12
13If you want to convert the XML to HTML, install the following:
[2fadfb6]14
[e8a0469]15* libxml2
[61707b1]16 - https://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
[2fadfb6]17
[287ea55]18* libxslt
[61707b1]19 - https://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
[2fadfb6]20
[a8c8498]21* DocBook 4.5 XML DTD
22 - https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook.html
[2fadfb6]23
[4458e3d]24* DocBook XSL Stylesheets
[61707b1]25 - https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
[a942c0a]26
[3042296]27* HTMLTidy
[61707b1]28 - https://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html
[3042296]29
[4458e3d]30-------------------------------------------------------------------------------
[82d3941c]31
[05e94658]32If you want to convert the XML to TXT, install the above items, and then install
33the following:
[82d3941c]34
[05e94658]35* lynx
[61707b1]36 - https://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
[05e94658]37
[4458e3d]38-------------------------------------------------------------------------------
[82d3941c]39
[0d8c5d4a]40If you want to convert the XML to PDF, install the items listed above (except
41lynx) and then install the following:
[05e94658]42
43* JDK
[61707b1]44 - https://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html
[05e94658]45
46* FOP and JAI
[61707b1]47 - https://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html
Note: See TracBrowser for help on using the repository browser.