Deleted Added
full compact
README (180751) README (214979)
1This package describes important Cygwin specific stuff concerning OpenSSH.
2
3The binary package is usually built for recent Cygwin versions and might
4not run on older versions. Please check http://cygwin.com/ for information
5about current Cygwin releases.
6
7Build instructions are at the end of the file.
8

--- 187 unchanged lines hidden (view full) ---

196 --prefix=/usr \
197 --sysconfdir=/etc \
198 --libexecdir='${sbindir}' \
199 --localstatedir=/var \
200 --datadir='${prefix}/share' \
201 --mandir='${datadir}/man' \
202 --infodir='${datadir}/info'
203 --with-tcp-wrappers
1This package describes important Cygwin specific stuff concerning OpenSSH.
2
3The binary package is usually built for recent Cygwin versions and might
4not run on older versions. Please check http://cygwin.com/ for information
5about current Cygwin releases.
6
7Build instructions are at the end of the file.
8

--- 187 unchanged lines hidden (view full) ---

196 --prefix=/usr \
197 --sysconfdir=/etc \
198 --libexecdir='${sbindir}' \
199 --localstatedir=/var \
200 --datadir='${prefix}/share' \
201 --mandir='${datadir}/man' \
202 --infodir='${datadir}/info'
203 --with-tcp-wrappers
204 --with-libedit
204
205If you want to create a Cygwin package, equivalent to the one
206in the Cygwin binary distribution, install like this:
207
208 mkdir /tmp/cygwin-ssh
209 cd ${builddir}
210 make install DESTDIR=/tmp/cygwin-ssh
211 cd ${srcdir}/contrib/cygwin
212 make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh
213 cd /tmp/cygwin-ssh
214 find * \! -type d | tar cvjfT my-openssh.tar.bz2 -
215
216You must have installed the following packages to be able to build OpenSSH:
217
218- zlib
219- openssl-devel
205
206If you want to create a Cygwin package, equivalent to the one
207in the Cygwin binary distribution, install like this:
208
209 mkdir /tmp/cygwin-ssh
210 cd ${builddir}
211 make install DESTDIR=/tmp/cygwin-ssh
212 cd ${srcdir}/contrib/cygwin
213 make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh
214 cd /tmp/cygwin-ssh
215 find * \! -type d | tar cvjfT my-openssh.tar.bz2 -
216
217You must have installed the following packages to be able to build OpenSSH:
218
219- zlib
220- openssl-devel
220- minires-devel
221
222If you want to build with --with-tcp-wrappers, you also need the package
223
224- tcp_wrappers
225
221
222If you want to build with --with-tcp-wrappers, you also need the package
223
224- tcp_wrappers
225
226If you want to build with --with-libedit, you also need the package
227
228- libedit-devel
229
226Please send requests, error reports etc. to cygwin@cygwin.com.
227
228
229Have fun,
230
231Corinna Vinschen
232Cygwin Developer
233Red Hat Inc.
230Please send requests, error reports etc. to cygwin@cygwin.com.
231
232
233Have fun,
234
235Corinna Vinschen
236Cygwin Developer
237Red Hat Inc.