I was trying to follow the instruction to compile Kurento media server source but it failed.
cmake ../
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
If KurentoHelpers is not found, then it is necessary to install
kms-cmake-utils package from the kurento repository
CMake Error at CMakeLists.txt:8 (find_package):
By not providing "FindKurentoHelpers.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"KurentoHelpers", but CMake did not find one.
Could not find a package configuration file provided by "KurentoHelpers"
with any of the following names:
KurentoHelpersConfig.cmake
kurentohelpers-config.cmake
I had installed kms-cmake-utils package but it still could not find the KurentoHelpers module. Anyone can help on this?