[Mplayer-cvslog] CVS: main/DOCS/xml README,1.3,1.4
Gabucino
gabucino at mplayerhq.hu
Sun Sep 14 21:11:26 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var/tmp.root/cvs-serv27469
Modified Files:
README
Log Message:
XML tools download and installation instructions
Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README 30 Apr 2003 16:41:14 -0000 1.3
+++ README 14 Sep 2003 19:10:55 -0000 1.4
@@ -17,6 +17,43 @@
the Makefile.
+Installing the required tools from source
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+1) Download libxslt AND libxml2 packages from
+ http://xmlsoft.org/XSLT/downloads.html
+
+ Installing them should be straightforward, executing 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
~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the MPlayer-cvslog
mailing list