summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-06-17 11:11:44 -0700
committerTim Rice <tim@multitalents.net>2010-06-17 11:11:44 -0700
commitb9ae4ec556e6ee4cbe0c6cc7fb4ec9b9486cb8f7 (patch)
treeca9a5db533c9e57d3bd8754604b09c970d68e169 /contrib
parentd0e4a8e2e0bc6fcee6cd8486fbcdffaf7d037aed (diff)
- (tim) [contrib/cygwin/README] Remove a reference to the obsolete
minires-devel package, and to add the reference to the libedit-devel package since CYgwin now provides libedit. Patch from Corinna Vinschen.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cygwin/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 3dd45014..5f911e92 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -201,6 +201,7 @@ configure are used for the Cygwin binary distribution:
--mandir='${datadir}/man' \
--infodir='${datadir}/info'
--with-tcp-wrappers
+ --with-libedit
If you want to create a Cygwin package, equivalent to the one
in the Cygwin binary distribution, install like this:
@@ -217,12 +218,15 @@ You must have installed the following packages to be able to build OpenSSH:
- zlib
- openssl-devel
-- minires-devel
If you want to build with --with-tcp-wrappers, you also need the package
- tcp_wrappers
+If you want to build with --with-libedit, you also need the package
+
+- libedit-devel
+
Please send requests, error reports etc. to cygwin@cygwin.com.