mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
Updated the ssl version (d no longer exists), added Ubuntu as optional OS.
parent
da4b329e9d
commit
65d237e1cf
@ -1,12 +1,12 @@
|
||||
**For this build we used 64 bit Debian Linux.**
|
||||
**For this build we used 64 bit Debian Linux. (Works on a Ubuntu 15.10 as well)**
|
||||
|
||||
`# uname -a`
|
||||
|
||||
`Linux teledebian 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux`
|
||||
|
||||
**The build-essential package will install all the necessary tools for compilation**
|
||||
**These are some prerequisites**
|
||||
|
||||
`# apt-get install build-essential`
|
||||
`# apt-get install build-essential unzip libssl-dev`
|
||||
|
||||
**Lets make a dir win32openssh**
|
||||
|
||||
@ -36,15 +36,15 @@
|
||||
|
||||
**Download OpenSSL**
|
||||
|
||||
`# wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz`
|
||||
`# wget https://www.openssl.org/source/openssl-1.0.2e.tar.gz`
|
||||
|
||||
**Unzip OpenSSL**
|
||||
|
||||
`# tar -zxvf openssl-1.0.2d.tar.gz`
|
||||
`# tar -zxvf openssl-1.0.2e.tar.gz`
|
||||
|
||||
**Build and Install OpenSSL**
|
||||
|
||||
`# cd openssl-1.0.2d `
|
||||
`# cd openssl-1.0.2e`
|
||||
|
||||
`# ./config`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user