diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-29 10:31:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-29 10:31:52 +0000 |
commit | 2d32e8831bded3dbe134730148385655c5548370 (patch) | |
tree | ec8f289c890def528fcb36f7362f2fbf05d988d6 /packages/Cygwin | |
parent | 42a9d96faebb068516697473a6180c0027c65e6f (diff) |
Cygwin moved into the win32 drawer
Diffstat (limited to 'packages/Cygwin')
-rw-r--r-- | packages/Cygwin/Makefile.am | 2 | ||||
-rw-r--r-- | packages/Cygwin/README | 34 |
2 files changed, 0 insertions, 36 deletions
diff --git a/packages/Cygwin/Makefile.am b/packages/Cygwin/Makefile.am deleted file mode 100644 index c0321c890..000000000 --- a/packages/Cygwin/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -EXTRA_DIST = README - diff --git a/packages/Cygwin/README b/packages/Cygwin/README deleted file mode 100644 index 002d6a63b..000000000 --- a/packages/Cygwin/README +++ /dev/null @@ -1,34 +0,0 @@ -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>
-
|