mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
21 lines
594 B
Markdown
21 lines
594 B
Markdown
# Ok, so you have downloaded the XML source. Now what?
|
|
|
|
You are probably wanting to convert these XML files to easier to read HTML.
|
|
|
|
To install the programs you need to generate html, you need
|
|
to have or install the following packages:
|
|
|
|
- libxml2
|
|
- libxslt
|
|
- docbook-xsl-nons-1.79.2
|
|
- docbook-4.5-dtd
|
|
- tidy
|
|
|
|
Furthermore, you can also generate a PDF file, but need an extra package:
|
|
|
|
- fop (depends on apache-ant which depends on a JDK)
|
|
|
|
The installation instructions for all these packages are available
|
|
in the BLFS book from one of the mirrors found at
|
|
https://www.linuxfromscratch.org/blfs.
|