Monday, March 19, 2007

curl and xsltproc for cygwin

for curl under cygwin you need to install curl and libcurl3, which could be found in any cygwin ftp mirror.
For example:
http://ftp.uni-kl.de/pub/cygwin/release/curl/
unpack the tarballs to cygwin bin directory. done.

for xsltproc you need to install xmlsec, xsldbg, libxslt and libxml, which can be found here:
http://www.zlatkovic.com/libxml.en.html

No comments: