diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 22:24:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 22:24:23 +0000 |
commit | 651c8d3bc4e1e6da6868acba730021e4cb7d3a41 (patch) | |
tree | 8ce1b588b9ad3b6f6ab239bd863fe43e1def89bf /packages/Win32/cygwin/README | |
parent | a8a946d71d6f9b5f463dc486698a37abe529ff4e (diff) |
Kevin Roth's updates to handle a new requirement from the Cygwin folks to
package man and doc files in a slightly different location.
Diffstat (limited to 'packages/Win32/cygwin/README')
-rw-r--r-- | packages/Win32/cygwin/README | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/packages/Win32/cygwin/README b/packages/Win32/cygwin/README index 47d4f0568..441af4aaf 100644 --- a/packages/Win32/cygwin/README +++ b/packages/Win32/cygwin/README @@ -30,14 +30,17 @@ Build Instructions (to recompile from the cygwin source tarball): Download the source (either the official release or the cygwin version), unpack it (done for you if using setup.exe), then: - $ ./configure --prefix=/usr + $ ./configure --prefix=/usr --mandir=/usr/share/man # (*) $ make $ make test # optional - $ make install # (*) + $ make install # (**) - (*) LibTool 1.4.2 had a bug related to cygwin's use of ".exe" extensions, + (*) The Cygwin project now (as of sometime in 2003) prefers man pages + within /usr/share/man, as opposed to the default /usr/man. + + (**) LibTool 1.4.2 had a bug related to cygwin's use of ".exe" extensions, such that "make install" blew up at curl.exe. See this URL for details: - http://mail.gnu.org/pipermail/libtool/2001-September/005549.html + http://mail.gnu.org/pipermail/libtool/2001-September/005549.html The copy of ltmain.sh that is distributed with cURL includes this patch. As of curl 7.9.1, the official source compiles (under Cygwin) and tests @@ -46,7 +49,7 @@ Build Instructions (to recompile from the cygwin source tarball): ---NO SSL RELEASE--- Same as standard, except for the configure step, which changes to: - $ ./configure --prefix=/usr --without-ssl + $ ./configure --prefix=/usr --mandir=/usr/share/man --without-ssl NOTE: the standard release is what is available via Cygwin's setup.exe; the no-ssl release is only available from the curl website @@ -85,6 +88,7 @@ Packaging Instructions: $ tar cfj curl-7.9-1-src.tar.bz2 curl-7.9-1 ---SETUP.HINT--- + @ curl sdesc: "a client that groks URLs" ldesc: "Curl is a tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE @@ -92,12 +96,19 @@ Packaging Instructions: FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and a busload of other useful tricks." - category: Web Libs + category: Web requires: cygwin openssl + @ curl-devel + sdesc: "(lib)cURL headers, static libraries, developer docs and samples" + ldesc: "curl-devel is the developer-oriented (non-run-time) parts + of the cURL package. It includes header files, static libraries, + example source code snippets, and the libcurl man pages." + category: Web Libs Devel + requires: cygwin openssl curl + Cygwin port maintained by: Kevin Roth <kproth @ users . sourceforge . net> Questions about cURL should be directed to curl-users@cool.haxx.se. Questions about this cygwin package go to cygwin@cygwin.com. - |