fix: memory leak in curl_slist handling
[ocurl.git] / README
blob1697ee588486fdf9c6e6c55bed084b47ba08a644
2 ocurl enhancements
3 ==================
5 Upstream at <http://ocurl.sourceforge.net>
6 This code lives at <http://repo.or.cz/w/ocurl.git>
8 Changes from upstream:
10   * bugfixes (merged upstream)
11   * compilation on windows (msvc)
12   * curl multi stack wrappers
13   * pluggable asynchronous curl multi interface (experimental, branch `event`)
16 Building on Windows with ocaml/msvc
17 ===================================
19 Requirements
20 ------------
22   * libcurl devel for msvc <http://curl.haxx.se/latest.cgi?curl=win32-ssl-devel-msvc>
23   * working ocaml/msvc setup (ocaml and msvc tools in PATH)
24   * ocamlfind
25   * GNU make
27 Build
28 -----
30 Edit `Makefile.msvc` and make CURLDIR variable point 
31 to the root directory of libcurl installation.
32 Copy `config.h.windows` to `config.h`.
34 Compile with `make -f Makefile.msvc`.
35 Install with `make -f Makefile.msvc install`.
36 Compile examples with `make -f Makefile.msvc examples`.
38 ---- 
39  ygrek at autistici dot org