]> granicus.if.org Git - curl/commitdiff
Cygwin files
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 Oct 2001 06:27:12 +0000 (06:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 22 Oct 2001 06:27:12 +0000 (06:27 +0000)
packages/Cygwin/Makefile.am [new file with mode: 0644]
packages/Cygwin/README [new file with mode: 0644]

diff --git a/packages/Cygwin/Makefile.am b/packages/Cygwin/Makefile.am
new file mode 100644 (file)
index 0000000..c0321c8
--- /dev/null
@@ -0,0 +1,2 @@
+EXTRA_DIST = README
+
diff --git a/packages/Cygwin/README b/packages/Cygwin/README
new file mode 100644 (file)
index 0000000..002d6a6
--- /dev/null
@@ -0,0 +1,34 @@
+cURL (as of 7.9.1) builds completely OOTB. The Cygwin specific files\r
+(README is the only one so far) are located in a non-standard location:\r
+ <srctop>/packages/Cygwin/\r
+\r
+This release (v7.9) includes the patch needed in CYGWIN-PATCHES,\r
+however future releases should eliminate this directory.\r
+\r
+\r
+Direct Dependencies:\r
+  OpenSSL 0.9.6b\r
+\r
+Canonical Homepage:\r
+  http://curl.haxx.se/\r
+\r
+Canonical Download:\r
+  http://curl.haxx.se/download.html\r
+\r
+\r
+Build Instructions:\r
+\r
+  unpack curl-<ver>-X-src.tar.bz2\r
+  cd curl-<ver>\r
+  ./configure --prefix=/usr \r
+  make\r
+  (optionally) make test (*)\r
+  make install (**)\r
+\r
+  (*) until v7.9.1, 'make test' requires Cygwin's mounts set to binmode / Unix\r
+  (**) if you need to bootstrap, make install will require libtool 1.4.3\r
+       (which contains a patch related to the ".exe" extension on curl.exe\r
+\r
+\r
+Cygwin "port" maintained by: Kevin Roth <kproth at bigfoot dot com>\r
+\r