comparison DOCS/xml/README @ 10868:74fde9d0cab6

XML tools download and installation instructions
author gabucino
date Sun, 14 Sep 2003 19:10:55 +0000
parents 970a95a4d856
children a2b9b13af73f
comparison
equal deleted inserted replaced
10867:5b666694b437 10868:74fde9d0cab6
13 files. Version 1.0.18 or later is recommended. 13 files. Version 1.0.18 or later is recommended.
14 14
15 Also it's possible to use the Saxon XSLT Processor. Russian translator 15 Also it's possible to use the Saxon XSLT Processor. Russian translator
16 used it (version 6.4.4) for a while. To enable it change USE_SAXON to 1 in 16 used it (version 6.4.4) for a while. To enable it change USE_SAXON to 1 in
17 the Makefile. 17 the Makefile.
18
19
20 Installing the required tools from source
21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
23 1) Download libxslt AND libxml2 packages from
24 http://xmlsoft.org/XSLT/downloads.html
25
26 Installing them should be straightforward, executing the usual "./configure"
27 and "make" then "make install" commands.
28
29
30 2) Download the docbook-xml package from http://www.oasis-open.org/docbook/xml/
31 Use the newest version. The URL will be something like this:
32
33 http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip
34
35 Extract this package into a directory, enter it, and execute the following
36 commands:
37
38 mkdir -p /usr/share/sgml/docbook/dtd/xml/4.2/
39 cp -r * /usr/share/sgml/docbook/dtd/xml/4.2/
40
41
42 3) Download the docbook-xsl package from
43 http://prdownloads.sourceforge.net/docbook/
44
45 Use the newest version. The URL will be something like this:
46
47 http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.62.0.tar.gz
48
49 Extract this package into a directory, enter it, and execute the following
50 commands:
51
52 mkdir -p /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
53 cp -r VERSION common html lib \
54 /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
18 55
19 56
20 Building the documentation 57 Building the documentation
21 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 58 ~~~~~~~~~~~~~~~~~~~~~~~~~~
22 59