Hi All,
I'm using arm toolchain (gcc-arm-linux-gnueabihf-4.7) to cross compile RDP protocol.
cloned sources from : https://github.com/FreeRDP/FreeRDP/
I am using ubuntu 16.04 for cross compiling rdp for ARM platform.
followed https://github.com/FreeRDP/FreeRDP/wiki/Compilation for compilation and installed all the given dependencies.
getting below error:
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8")
Please help me with steps or missing dependencies/packages to cross compile it for arm.
BR,
-Kaushal