Hi,
I am trying to build ssh.dll on Windows.
The make system needs Libraries and include files for ZLIB and Open SSL.
Libraries for ZLIB and OpenSSL can be found in many places. For example,
http://slproweb.com/products/Win32OpenSSL.html
However, include files are missing for both of them.
Please send me a link to the project to download include files for those
projects (ZLIB and OpenSSL).
(Unless these include files are not needed and the variable ZLIB_INCLUDE_DIR
can be set to an arbitrary value).
Also, the build system requires NSIS:
set(_NSIS_ROOT_PATHS
C:/NSIS/Bin
"$ENV{PROGRAMFILES}/NSIS"
)
find_program(NSIS_MAKE
NAMES
makensis
PATHS
${NSIS_ROOT_PATH}
${NSIS_ROOT_PATH}/Bin
${_NSIS_ROOT_PATHS}
)
Do you have any suggestions where to obtain this software?
Thank you for help
Boris Zeldin
EMC Corp