1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00

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
This commit is contained in:
diego 2010-07-28 08:04:42 +00:00 committed by Uoti Urpala
parent 3bbc42c43b
commit b1502bd15c

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~