summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/README
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/README')
-rw-r--r--DOCS/xml/README38
1 files changed, 1 insertions, 37 deletions
diff --git a/DOCS/xml/README b/DOCS/xml/README
index 88813c1cb3..e00cd9abac 100644
--- a/DOCS/xml/README
+++ b/DOCS/xml/README
@@ -16,46 +16,10 @@ ones successfully, so they are required:
On Red Hat systems you need the following packages:
libxml2, libxslt, docbook-dtds, docbook-style-xsl
-On Debian Sarge you will need these packages:
+On Debian you will need these packages:
docbook-xml, docbook-xsl, xsltproc, libxml2-utils
-Installing the required tools from source
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-1) Download libxslt AND libxml2 packages from
- http://xmlsoft.org/XSLT/downloads.html
-
- Installing them should be straightforward, execute the usual "./configure"
- and "make" then "make install" commands.
-
-
-2) Download the docbook-xml package from http://www.oasis-open.org/docbook/xml/
- Use the newest version. The URL will be something like this:
-
- http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip
-
- Extract this package into a directory, enter it, and execute the following
- commands:
-
- mkdir -p /usr/share/sgml/docbook/dtd/xml/4.2/
- cp -r * /usr/share/sgml/docbook/dtd/xml/4.2/
-
-
-3) Download the docbook-xsl package from
- http://prdownloads.sourceforge.net/docbook/
-
- Use the newest version. The URL will be something like this:
-
- http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.62.0.tar.gz
-
- Extract this package into a directory, enter it, and execute the following
- commands:
-
- mkdir -p /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
- cp -r VERSION common html lib /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
-
-
Building the documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~