mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 07:25:25 +02:00
Updated OpenSSH 32 bit Build and Installation Instructions (markdown)
parent
bdc203d6e7
commit
ba563a5753
@ -36,6 +36,8 @@
|
|||||||
|
|
||||||
Version used as reference build is openssl-1.0.1e.
|
Version used as reference build is openssl-1.0.1e.
|
||||||
|
|
||||||
|
- tar -xvf openssl-1.0.1e.tar.gz // do it in Cygwin shell with its tar command
|
||||||
|
|
||||||
- Compile sources by running:
|
- Compile sources by running:
|
||||||
|
|
||||||
$./Configure mingw
|
$./Configure mingw
|
||||||
@ -48,6 +50,8 @@
|
|||||||
|
|
||||||
Version used as reference build is 1.2.8.
|
Version used as reference build is 1.2.8.
|
||||||
|
|
||||||
|
- tar -xvf zlib.1.2.8.tar.gz // do it in Cygwin shell with its tar command
|
||||||
|
|
||||||
- Compile sources by running:
|
- Compile sources by running:
|
||||||
|
|
||||||
make -f win32/Makefile.gcc
|
make -f win32/Makefile.gcc
|
||||||
@ -64,7 +68,7 @@ Run the following commands under a Cygwin shell in the openssh directory:
|
|||||||
--with-zlib=<ZLIB_DIR>
|
--with-zlib=<ZLIB_DIR>
|
||||||
--with-kerberos5
|
--with-kerberos5
|
||||||
|
|
||||||
where <OPENSSL_DIR> is a directory where openssl sources are extracted and <ZLIB_DIR> is a directory where zlib sources are extracted
|
where OPENSSL_DIR is a directory where openssl sources are extracted and ZLIB_DIR is a directory where zlib sources are extracted
|
||||||
|
|
||||||
$cat config.h.tail >> config.h
|
$cat config.h.tail >> config.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user