Hello, I downloaded the tet-cpp-client from https://github.com/EyeTribe/tet-cpp-client
I also downloaded the latest cmake GUI from http://www.cmake.org/
Then I installed the latest boost libraries from http://www.boost.org/
I am following the 3 build steps as they appear on tet-cpp-client Github, and in the second step I Set BOOST_INCLUDE_DIR to the path of the root of Boost then I choose Configure in the CMake GUI but CMake fails to find the Boost libraries. Then I try to set BOOST_LIBRARYDIR to the path of where the prebuilt libraries of Boost are located, but the problem is that I don't find the BOOST_LIBRARYDIR parameter in the cmake GUI (see image below),
Can anybody help to solve this??