I am trying to install a toolbox named "Mocapy" and compile all its files. Once the I have downloaded the files, it asks me to type to commands in the directory . ..
cmake . make
But when I type cmake ., the output is
... -- Boost version: 1.52.0 -- Boost version: 1.52.0 -- Found the following Boost libraries: -- serialization -- program_options -- thread running /usr/bin/cmake -E create_symlink "/home/vishalnus/Downloads/Mocapy++-1.07/examples/data" "/home/vishalnus/Downloads/Mocapy++-1.07/examples/data" 2>&1 -- Could NOT find Boost -- Could NOT find Boost -- Could NOT find Boost -- Could NOT find Boost -- Boost version: 1.52.0 -- Found the following Boost libraries: -- serialization -- Could NOT find Boost -- Boost version: 1.52.0 -- Found the following Boost libraries: -- serialization -- Could NOT find Boost ...
I am not sure why is it able to find only few Boost libraries and not all, can anyone help me please..