我成功安装了 root。此后,我设置环境变量(在 .bashrc 中),如下所示
导出 ROOTSYS=/home/joydev/root/root-6.28.04-install 导出 PATH=$ROOTSYS/bin=:$PATH
然后我通过 source.bashrc 激活了更改,接下来当我尝试通过目录 /home/joydev/root/root-6.28.04-install 中的以下命令安装 musrfit 时
$ git clonehttps://bitbucket.org/muonspin/musrfit.git
$ cd musrfit
$ mkdir 构建
$ cd 构建
$ cmake../-DCMAKE_INSTALL_PREFIX=$ROOTSYS-Dnexus=1
**CMake 错误位于 /home/joydev/root/root-6.28.04-install/cmake/ROOTConfig.cmake:173 (消息):
未找到 ROOT 组件 MathMore
调用堆栈(最近调用优先):
CMakeLists.txt:74 (find_package)**
——配置不完整,发生错误!
我在目录 /usr/local/bin/cmake 中安装了 cmake
这个cmake路径和musrfit有啥联系吗?
我提前表示感谢。