aboutsummaryrefslogtreecommitdiff
path: root/packages/Cygwin/README
blob: 002d6a63b18f027bd5d5211c7b99ae665b0e0436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cURL (as of 7.9.1) builds completely OOTB. The Cygwin specific files
(README is the only one so far) are located in a non-standard location:
 <srctop>/packages/Cygwin/

This release (v7.9) includes the patch needed in CYGWIN-PATCHES,
however future releases should eliminate this directory.


Direct Dependencies:
  OpenSSL 0.9.6b

Canonical Homepage:
  http://curl.haxx.se/

Canonical Download:
  http://curl.haxx.se/download.html


Build Instructions:

  unpack curl-<ver>-X-src.tar.bz2
  cd curl-<ver>
  ./configure --prefix=/usr 
  make
  (optionally) make test (*)
  make install (**)

  (*) until v7.9.1, 'make test' requires Cygwin's mounts set to binmode / Unix
  (**) if you need to bootstrap, make install will require libtool 1.4.3
       (which contains a patch related to the ".exe" extension on curl.exe


Cygwin "port" maintained by: Kevin Roth <kproth at bigfoot dot com>