diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cygwin/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README index 3dd45014a..5f911e924 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README | |||
@@ -201,6 +201,7 @@ configure are used for the Cygwin binary distribution: | |||
201 | --mandir='${datadir}/man' \ | 201 | --mandir='${datadir}/man' \ |
202 | --infodir='${datadir}/info' | 202 | --infodir='${datadir}/info' |
203 | --with-tcp-wrappers | 203 | --with-tcp-wrappers |
204 | --with-libedit | ||
204 | 205 | ||
205 | If you want to create a Cygwin package, equivalent to the one | 206 | If you want to create a Cygwin package, equivalent to the one |
206 | in the Cygwin binary distribution, install like this: | 207 | 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: | |||
217 | 218 | ||
218 | - zlib | 219 | - zlib |
219 | - openssl-devel | 220 | - openssl-devel |
220 | - minires-devel | ||
221 | 221 | ||
222 | If you want to build with --with-tcp-wrappers, you also need the package | 222 | If you want to build with --with-tcp-wrappers, you also need the package |
223 | 223 | ||
224 | - tcp_wrappers | 224 | - tcp_wrappers |
225 | 225 | ||
226 | If you want to build with --with-libedit, you also need the package | ||
227 | |||
228 | - libedit-devel | ||
229 | |||
226 | Please send requests, error reports etc. to cygwin@cygwin.com. | 230 | Please send requests, error reports etc. to cygwin@cygwin.com. |
227 | 231 | ||
228 | 232 | ||