首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到包'KurentoModuleCreator‘

找不到包'KurentoModuleCreator‘
EN

Stack Overflow用户
提问于 2016-03-16 16:03:21
回答 2查看 1.4K关注 0票数 1

如果未找到KurentoHelpers,则需要从kurento存储库安装kms- CMake -utils包--找到KurentoModuleCreator_EXECUTABLE-NOTFOUND --正在检查模块' KurentoModuleCreator‘-- No package 'KurentoModuleCreator’在kurento上发现CMake错误(消息):Library KurentoModuleCreator not found Call Stack (最近调用先):CMake/CodeGenerator.cmake:5 (generic_find) CMakeLists.txt:16 (include) --配置不完整,出现错误!

当我构建kms-core时,cmake报告了这个错误。我已经下载了kurento-module-creator项目,如何在centos7,cmake版本3.5.0上安装?

EN

回答 2

Stack Overflow用户

发布于 2020-10-16 23:42:46

代码语言:javascript
复制
sudo apt-get install git maven
git clone https://github.com/Kurento/kurento-module-creator.git
cd ./kurento-module-creator
mvn install
cp ./target/kurento-module-creator-jar-with-dependencies.jar /usr/bin
cp ./scripts/kurento-module-creator /usr/bin
cp ./target/classes/FindKurentoModuleCreator.cmake /usr/local/share/cmake-3.13/Modules/

cmake将您的路径更改为/usr/local/share/cmake-3.13/Modules/模块。

PS:我很抱歉。我的英语很差))

票数 1
EN

Stack Overflow用户

发布于 2016-03-16 18:23:17

尝试安装kurento-module-creator项目。这个项目是用maven编译的,只需用mvn package生成它,然后将jar安装在默认的二进制目录中(我不知道它们在centos中的安装位置,可能是/usr/bin),以及外壳脚本。

Cmake文件应该放到默认的cmake目录(我也不知道它在哪里,因为我没有使用centos,可能是/usr/share/cmake-<version>/Modules)

然而,正如人们在评论中所说,这个过程可能是艰难和痛苦的。另一种选择是使用ubuntu docker镜像来使用kurento。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36029878

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档