Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: third_party/libxslt/src/INSTALL

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Add back OWNERS I accidentally deleted. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 How to install the XSLT library: 1 How to install the XSLT library:
2 2
3 Requirements: 3 Requirements:
4 ============= 4 =============
5 5
6 this library requires a recent version of libxml2 which you can grab from 6 this library requires a recent version of libxml2 which you can grab from
7 either the GNOME FTP or the xmlsoft.org server: 7 either the GNOME FTP or the xmlsoft.org server:
8 8
9 ftp://xmlsoft.org/ 9 ftp://xmlsoft.org/
10 10
(...skipping 29 matching lines...) Expand all
40 40
41 make 41 make
42 42
43 to build the project and 43 to build the project and
44 44
45 make install 45 make install
46 46
47 (possibly after having gained root access) to instal the library 47 (possibly after having gained root access) to instal the library
48 and associated include and scripts. 48 and associated include and scripts.
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698