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