lfs/INSTALL

48 lines
1.7 KiB
Plaintext
Raw Normal View History

LFS Book Conversion Tools Installation Instructions
2021-09-07 22:05:44 +01:00
After downloading the SVN source, there are some things that need to be set up
on your computer if you want to convert the XML source into something easier to
read (e.g. HTML, TXT, or PDF). If you are interested in this, then keep
reading. If you are only interested in editing the XML source for re-
submission to the lfs-book or lfs-dev mailing lists, then you do not need this
document. Instead, you need to read the LFS Editor's Manual. See the LFS
2021-04-23 11:57:29 +01:00
website at https://www.linuxfromscratch.org for more information.
-------------------------------------------------------------------------------
If you want to convert the XML to HTML, install the following:
* libxml2
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
* libxslt
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
* DocBook 4.5 XML DTD
- https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook.html
2021-09-07 22:05:44 +01:00
* DocBook XSL Stylesheets
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
* HTMLTidy
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html
2021-09-07 22:05:44 +01:00
-------------------------------------------------------------------------------
If you want to convert the XML to TXT, install the above items, and then install
the following:
* lynx
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
2021-09-07 22:05:44 +01:00
-------------------------------------------------------------------------------
If you want to convert the XML to PDF, install the items listed above (except
lynx) and then install the following:
* JDK
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html
* FOP and JAI
2021-04-23 11:57:29 +01:00
- https://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html