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