All the compilation tools are not installed by default and once you try to ./configure zlib you get an error (Ubuntu 15.10).

Yaron Shahrabani 2015-12-09 17:47:26 +02:00
parent 683a0ec107
commit da4b329e9d

@ -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`