问题描述
我正在尝试按照以下说明使用CMake GUI从源代码构建OpenSim(Linux):https://github.com/simbody/simbody
我在此过程的第3步中发现了几个问题,尽管我已经安装了该程序并具有指定的代码路径,但起初该程序似乎没有找到Simbody:
CMake Error at CMakeLists.txt:575 (find_package):
Could not find a package configuration file provided by "BTK" with any of
the following names:
BTKConfig.cmake
btk-config.cmake
Add the installation prefix of "BTK" to CMAKE_PREFIX_PATH or set "BTK_DIR"
to a directory containing one of the above files. If "BTK" provides a
separate development package or SDK,be sure it has been installed.
我试图通过在“值”字段中指定所需文件(我确实有它们)的路径来解决此问题,但是一旦我点击“配置”,该路径就消失了,它又恢复为“ BTK_DIR” -在图片中看不到。
我已经严格遵守Opensim网站上列出的所有说明,但是仍然没有任何应有的效果,我们将不胜感激
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)