summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-28 08:04:42 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:46 +0200
commitb1502bd15c9b959a2413fa0fc2f67c608f35e17e (patch)
treeb4812d88c70aa73f66c4bccb08946f1cbbe3a237 /DOCS
parent3bbc42c43baed2a6e69ea6c3aedceb3001837bea (diff)
downloadmpv-b1502bd15c9b959a2413fa0fc2f67c608f35e17e.tar.bz2
mpv-b1502bd15c9b959a2413fa0fc2f67c608f35e17e.tar.xz
DOCS/xml/README: improve
The package list for Debian systems is not specific to the Sarge release. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31841 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove instructions for installing XML/XSL packages from source. This information is outside the scope of this README file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31842 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~