search for: cvjft

Displaying 4 results from an estimated 4 matches for "cvjft".

Did you mean: cvjf
2004 Jul 09
1
[PATCH] Tiny correction in Cygwin README
...,v retrieving revision 1.14 diff -p -u -r1.14 README --- contrib/cygwin/README 23 Jan 2004 10:35:44 -0000 1.14 +++ contrib/cygwin/README 9 Jul 2004 09:33:01 -0000 @@ -212,8 +212,8 @@ in the Cygwin binary distribution, insta cd /tmp/cygwin-ssh find * \! -type d | tar cvjfT my-openssh.tar.bz2 - -You must have installed the zlib and openssl-devel packages to be able to -build OpenSSH! +You must have installed the zlib, the openssl-devel and the minires-devel +packages to be able to build OpenSSH! Please send requests, error reports etc. to cygwin at cygwin.com....
2005 Mar 04
0
[PATCH] minor Cygwin documentation fix
...win binary distribution, install like this: mkdir /tmp/cygwin-ssh - cd $(builddir) + cd ${builddir} make install DESTDIR=/tmp/cygwin-ssh - cd $(srcdir)/contrib/cygwin + cd ${srcdir}/contrib/cygwin make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh cd /tmp/cygwin-ssh find * \! -type d | tar cvjfT my-openssh.tar.bz2 - - -You must have installed the zlib, the openssl-devel and the minires-devel -packages to be able to build OpenSSH! + +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-tc...
2013 Jul 02
1
[patch/cygwin]: Fix documentation
...gwin package, equivalent to the one -in the Cygwin binary distribution, install like this: - - mkdir /tmp/cygwin-ssh - cd ${builddir} - make install DESTDIR=/tmp/cygwin-ssh - cd ${srcdir}/contrib/cygwin - make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh - cd /tmp/cygwin-ssh - find * \! -type d | tar cvjfT my-openssh.tar.bz2 - - -You must have installed the following packages to be able to build OpenSSH: - -- zlib -- openssl-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 - -- li...
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...gwin package, equivalent to the one +in the Cygwin binary distribution, install like this: + + mkdir /tmp/cygwin-ssh + cd $(builddir) + make install DESTDIR=/tmp/cygwin-ssh + cd $(srcdir)/contrib/cygwin + make cygwin-postinstall DESTDIR=/tmp/cygwin-ssh + cd /tmp/cygwin-ssh + find * \! -type d | tar cvjfT my-openssh.tar.bz2 - + +You must have installed the zlib and openssl-devel packages to be able to build OpenSSH! Please send requests, error reports etc. to cygwin at cygwin.com. Have fun, -Corinna Vinschen <vinschen at redhat.com> +Corinna Vinschen Cygwin Developer Red Hat Inc. I...