diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 16:57:24 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 16:57:24 +0000 |
commit | 5f9b70e7fe486eaa6726703c9857d02a954e07d8 (patch) | |
tree | f1b392299a5f48086551fdf09d96bfec327df72e /third_party/libxslt/README.chromium | |
parent | 823bc5008a9e89f82a4c32f805a4c06218124994 (diff) | |
download | chromium_src-5f9b70e7fe486eaa6726703c9857d02a954e07d8.zip chromium_src-5f9b70e7fe486eaa6726703c9857d02a954e07d8.tar.gz chromium_src-5f9b70e7fe486eaa6726703c9857d02a954e07d8.tar.bz2 |
Add pre-generated mac/config.h to libxslt
Review URL: http://codereview.chromium.org/21455
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt/README.chromium')
-rw-r--r-- | third_party/libxslt/README.chromium | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/libxslt/README.chromium b/third_party/libxslt/README.chromium index 792f0f0..b0647e7 100644 --- a/third_party/libxslt/README.chromium +++ b/third_party/libxslt/README.chromium @@ -14,7 +14,9 @@ To import a new snapshot of libxslt: here. - Run build/generate-win32-headers.bat to re-generate the configuration headers. -- 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' to - re-generate configuration headers. +- On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' + to re-generate configuration headers. +- On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' + to re-generate configuration headers. - Perform the modification above. - Update this README to reflect the new version number. |