1 How to install the XSLT library:
6 this library requires a recent version of libxml2 which you can grab from
7 either the GNOME FTP or the xmlsoft.org server:
11 When installing from a distribution package like a tar.gz:
12 ==========================================================
16 run ./configure possibly indicating the desired installation prefix:
18 ./configure --prefix=/usr
24 to build the project and
28 (possibly after having gained root access) to instal the library
29 and associated include and scripts.
31 When installing from a checkout of the GNOME CVS base:
32 ======================================================
35 run ./autogen.sh possibly indicating the desired installation prefix:
37 ./autogen.sh --prefix=/usr
43 to build the project and
47 (possibly after having gained root access) to instal the library
48 and associated include and scripts.