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

Side by Side Diff: third_party/libxml/README.chromium

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « third_party/libwebp/README.chromium ('k') | third_party/libxslt/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libxml 1 Name: libxml
2 URL: http://xmlsoft.org 2 URL: http://xmlsoft.org
3 Version: 2.7.7
3 License File: src/COPYING 4 License File: src/COPYING
4 5
6 Description:
5 The src/ directory contains a partial snapshot of the libxml library 7 The src/ directory contains a partial snapshot of the libxml library
6 with the patches in the patches/ directories applied. 8 with the patches in the patches/ directories applied.
7 See the files in that directory for discussion of their effects. 9 See the files in that directory for discussion of their effects.
8 10
9 Current version: 2.7.7. 11 Current version: 2.7.7.
10 12
11 Modifications: 13 Modifications:
12 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd 4a639a8b9e31f50f31c78f8c9c 14 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd 4a639a8b9e31f50f31c78f8c9c
13 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/ ?id=ea90b894146030c214a7df6d8375310174f134b9 15 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/ ?id=ea90b894146030c214a7df6d8375310174f134b9
14 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8 3c17e5a2646bd923f75e5e507bc80d73c9722 16 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8 3c17e5a2646bd923f75e5e507bc80d73c9722
(...skipping 11 matching lines...) Expand all
26 $ cd linux 28 $ cd linux
27 $ ../configure --without-iconv --without-ftp --without-http 29 $ ../configure --without-iconv --without-ftp --without-http
28 to generate config.h and include/libxml/xmlversion.h for Linux. 30 to generate config.h and include/libxml/xmlversion.h for Linux.
29 - On a Mac, 31 - On a Mac,
30 $ cd mac 32 $ cd mac
31 $ ../configure --without-iconv --without-ftp --without-http 33 $ ../configure --without-iconv --without-ftp --without-http
32 to generate config.h and include/libxml/xmlversion.h for Macs. 34 to generate config.h and include/libxml/xmlversion.h for Macs.
33 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and 35 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and
34 include/libxml/xmlversion.h for Windows builds. 36 include/libxml/xmlversion.h for Windows builds.
35 - Update this README to reflect the new version number. 37 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/libwebp/README.chromium ('k') | third_party/libxslt/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698