[Telemetry] Reenable unused-import lint check for telemetry.
[chromium-blink-merge.git] / third_party / libxslt / INSTALL
blob5fd3ecf90bbf4e90efedaecb80ab192864c39bc3
1          How to install the XSLT library:
3 Requirements:
4 =============
6 this library requires a recent version of libxml2 which you can grab from
7 either the GNOME FTP or the xmlsoft.org server:
9   ftp://xmlsoft.org/
11 When installing from a distribution package like a tar.gz:
12 ==========================================================
14 expand the package
16 run ./configure possibly indicating the desired installation prefix: 
18     ./configure --prefix=/usr
20 then run
22     make
24 to build the project and
26     make install 
28 (possibly after having gained root access) to install 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
39 then run
41     make
43 to build the project and
45     make install 
47 (possibly after having gained root access) to instal the library
48 and associated include and scripts.