Hi there.
I am trying to compile Trinity Core and I have managed to troubleshoot all of my other issues. The only thing (I hope) I am stuck on now that is stumping me is a CMake error saying that it cannot find ZLIB.
After typing cmake ../ -DCMAKE_INSTALL_PREFIX=/home/dlloyd/bin i get the following at the bottom of the output:
CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs/cmake:138 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8")
Call Stack (most recent call first:)
/user/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
/user/share/cmake-3.2/Modules/FindZLIB.cmake:110 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
/dep/zlib/CMakeLists.txt:13 (find_package)
I am installing this on Ubuntu Server 14.04.4 (which I just realized as I am typing this that I should have been rocking version 16).
Any help would be fantastic.