I am on windows 10 and using msys
I am trying to build ftpd from https://github.com/mtheall/ftpd
I already have switch-zlib installed and all needed libraries installed.
103@CYAN103 MSYS /g/!dev/switchdev/ftpd-latest/build
$ cmake ..
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:227 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:591 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindZLIB.cmake:202 (find_package_handle_standard_args)
CMakeLists.txt:28 (find_package)