cmake 我在ubuntu18.04中安装root(cern)有问题

h6my8fg2  于 2023-08-05  发布在  其他
关注(0)|答案(1)|浏览(140)

我遵循本页中描述的步骤:https://techforcurious.website/cern-root-installation-ubuntu-18-04-enabling-libraries/但是当我放置cmake ../root-6.10.04/ -Dall=ON时出现下一个错误:

CMake Error at cmake/modules/SearchInstalledSoftware.cmake:825 (message):
  The Alien plugin requires option 'xrootd' to be enabled.  Re-run the
  configuration with 'xrootd=ON'

字符串
我用xrootd=ON重新运行配置,结果显示:

Set environment variable XRDSYS to point to your XROOTD installation
 Alternatively, you can also enable the option 'builtin_xrootd' to build XROOTD internally.


请帮帮我。

ubof19bj

ubof19bj1#

请按照ROOT安装instructions。你可以为你的Ubuntu版本使用一个预编译的二进制文件,你应该不会有任何问题。

相关问题