From cd16efa2f23c158c33a023e45eca9cf2315f3e3d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Oct 2001 06:27:12 +0000 Subject: Cygwin files --- packages/Cygwin/Makefile.am | 2 ++ packages/Cygwin/README | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 packages/Cygwin/Makefile.am create mode 100644 packages/Cygwin/README diff --git a/packages/Cygwin/Makefile.am b/packages/Cygwin/Makefile.am new file mode 100644 index 000000000..c0321c890 --- /dev/null +++ b/packages/Cygwin/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = README + diff --git a/packages/Cygwin/README b/packages/Cygwin/README new file mode 100644 index 000000000..002d6a63b --- /dev/null +++ b/packages/Cygwin/README @@ -0,0 +1,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: + /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--X-src.tar.bz2 + cd curl- + ./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 + -- cgit v1.2.3