blob: 26e9bc203b3f69fc9b6c819ddb4d6ddcbea2bea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
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.
|