OLD | NEW |
1 This directory contains a partial snapshot of the libxslt library from | 1 This directory contains a partial snapshot of the libxslt library from |
2 http://xmlsoft.org/XSLT, with the following modification: | 2 http://xmlsoft.org/XSLT, with the following modification: |
3 * Modified win32/configure.js to be able to clobber a read-only Makefile | 3 * Modified win32/configure.js to be able to clobber a read-only Makefile |
4 * Modified libxslt/security.c to use GetFileAttributesA instead of GetFileAttrib
utes. | 4 * Modified libxslt/security.c to use GetFileAttributesA instead of GetFileAttrib
utes. |
5 * Modified configure to not generate Makefiles. | 5 * Modified configure to not generate Makefiles. |
6 | 6 |
7 Current version: 1.1.24 | 7 Current version: 1.1.24 |
8 | 8 |
9 To import a new snapshot of libxslt: | 9 To import a new snapshot of libxslt: |
10 | 10 |
11 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source | 11 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source |
12 distribution. | 12 distribution. |
13 - Copy the files into this directory, omitting files which have been omitted | 13 - Copy the files into this directory, omitting files which have been omitted |
14 here. | 14 here. |
15 - Run build/generate-win32-headers.bat to re-generate the configuration | 15 - Run build/generate-win32-headers.bat to re-generate the configuration |
16 headers. | 16 headers. |
17 - 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' to | 17 - 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' to |
18 re-generate configuration headers. | 18 re-generate configuration headers. |
19 - Perform the modification above. | 19 - Perform the modification above. |
20 - Update this README to reflect the new version number. | 20 - Update this README to reflect the new version number. |
OLD | NEW |