summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libxml/README.chromium')
-rw-r--r--third_party/libxml/README.chromium10
1 files changed, 6 insertions, 4 deletions
diff --git a/third_party/libxml/README.chromium b/third_party/libxml/README.chromium
index f97a7a6..4c89912 100644
--- a/third_party/libxml/README.chromium
+++ b/third_party/libxml/README.chromium
@@ -29,8 +29,10 @@ To import a new snapshot of libxml:
- Apply the patch in google.patch and reconcile any conflict
- Then, make any necessary changes to remove compile-time warnings.
- Update google.patch
-- 'cd linux && sh ../configure --without-iconv' to re-generate config.h and
- include/libxml/xmlversion.h.
-- run build/generate-win32-headers.bat to re-generate config.h and
- include/libxml/xmlversion.h for the windows build
+- On a Linux system, 'cd linux && sh ../configure --without-iconv' to
+ generate config.h and include/libxml/xmlversion.h for Linux.
+- On a Mac, 'cd mac && sh ../configure --without-iconv' to generate config.h
+ and include/libxml/xmlversion.h for Macs.
+- On Windows, run build/generate-win32-headers.bat to re-generate config.h and
+ include/libxml/xmlversion.h for Windows builds.
- Update this README to reflect the new version number.