I'm attempting to compile on Ubuntu (11.04) by following the compile guide but the Cmake script complains that I don't have the Vorbis or Zlib dependencies installed.
Synaptic package manager says the I do have these libs installed but Cmake doesn't see them :confused: Can anyone point me to a download which is the "right" version of these dependencies?
Terminal says: -- Could NOT find VORBIS (missing: VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBIS_LIBRARY)
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR ZLIB_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindZLIB.cmake:70 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:72 (find_package)