From da4b329e9d8349fe821e0df822582306756ce125 Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Wed, 9 Dec 2015 17:47:26 +0200 Subject: [PATCH] All the compilation tools are not installed by default and once you try to ./configure zlib you get an error (Ubuntu 15.10). --- Building-Win32-OpenSSH-on-Linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Building-Win32-OpenSSH-on-Linux.md b/Building-Win32-OpenSSH-on-Linux.md index fc651c7..4ec2646 100644 --- a/Building-Win32-OpenSSH-on-Linux.md +++ b/Building-Win32-OpenSSH-on-Linux.md @@ -4,6 +4,10 @@ `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** + +`# apt-get install build-essential` + **Lets make a dir win32openssh** `# mkdir win32openssh`