From b1502bd15c9b959a2413fa0fc2f67c608f35e17e Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 28 Jul 2010 08:04:42 +0000 Subject: [PATCH] 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 --- DOCS/xml/README | 38 +------------------------------------- 1 file changed, 1 insertion(+), 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~