diff options
Diffstat (limited to 'contrib/cygwin/README')
-rw-r--r-- | contrib/cygwin/README | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README index 5a9b1ce0c..3dd45014a 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README | |||
@@ -195,28 +195,37 @@ configure are used for the Cygwin binary distribution: | |||
195 | 195 | ||
196 | --prefix=/usr \ | 196 | --prefix=/usr \ |
197 | --sysconfdir=/etc \ | 197 | --sysconfdir=/etc \ |
198 | --libexecdir='$(sbindir)' \ | 198 | --libexecdir='${sbindir}' \ |
199 | --localstatedir=/var \ | 199 | --localstatedir=/var \ |
200 | --datadir='$(prefix)/share' \ | 200 | --datadir='${prefix}/share' \ |
201 | --mandir='$(datadir)/man' \ | 201 | --mandir='${datadir}/man' \ |
202 | --infodir='${datadir}/info' | ||
202 | --with-tcp-wrappers | 203 | --with-tcp-wrappers |
203 | 204 | ||
204 | If you want to create a Cygwin package, equivalent to the one | 205 | If you want to create a Cygwin package, equivalent to the one |
205 | in the Cygwin binary distribution, install like this: | 206 | in the Cygwin binary distribution, install like this: |
206 | 207 | ||
207 | mkdir /tmp/cygwin-ssh | 208 | mkdir /tmp/cygwin-ssh |
208 | cd $(builddir) | 209 | cd ${builddir} |
209 | make install DESTDIR=/tmp/cygwin-ssh | 210 | make install DESTDIR=/tmp/cygwin-ssh |
210 | cd $(srcdir)/contrib/cygwin | 211 | cd ${srcdir}/contrib/cygwin |
211 | make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh | 212 | make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh |
212 | cd /tmp/cygwin-ssh | 213 | cd /tmp/cygwin-ssh |
213 | find * \! -type d | tar cvjfT my-openssh.tar.bz2 - | 214 | find * \! -type d | tar cvjfT my-openssh.tar.bz2 - |
214 | 215 | ||
215 | You must have installed the zlib, the openssl-devel and the minires-devel | 216 | You must have installed the following packages to be able to build OpenSSH: |
216 | packages to be able to build OpenSSH! | 217 | |
218 | - zlib | ||
219 | - openssl-devel | ||
220 | - minires-devel | ||
221 | |||
222 | If you want to build with --with-tcp-wrappers, you also need the package | ||
223 | |||
224 | - tcp_wrappers | ||
217 | 225 | ||
218 | Please send requests, error reports etc. to cygwin@cygwin.com. | 226 | Please send requests, error reports etc. to cygwin@cygwin.com. |
219 | 227 | ||
228 | |||
220 | Have fun, | 229 | Have fun, |
221 | 230 | ||
222 | Corinna Vinschen | 231 | Corinna Vinschen |