echo "deb http://ubuntu.kurento.org trusty-dev kms6" | sudo tee /etc/apt/sources.list.d/kurento-dev.list
wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install $(cat debian/control | sed -e "s/$/\!\!/g" | tr -d '\n' | sed "s/\!\! / /g" | sed "s/\!\!/\n/g" | grep "Build-Depends" | sed "s/Build-Depends: //g" | sed "s/([^)]*)//g" | sed "s/, */ /g")
on centos.
So I skip this step. I install kms-cmake-utils :
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/FindGLIB-GENMARSHAL.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/FindGLIB-MKENUMS.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/GLibHelpers.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/TestHelpers.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/KurentoGitHelpers.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/GenericFind.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/VersionHelpers.cmake
-- Up-to-date: /usr/local/share/cmake-2.8/Modules/FindKurentoHelpers.cmake
Then install kurento-media-server and meet the error:
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
Add the installation prefix of "KurentoHelpers" to CMAKE_PREFIX_PATH or set
"KurentoHelpers_DIR" to a directory containing one of the above files. If
"KurentoHelpers" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/e21f8924-f3eb-4546-88d6-4480e93ef4fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.