我遵循本页中描述的步骤: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.
型
请帮帮我。
1条答案
按热度按时间ubof19bj1#
请按照ROOT安装instructions。你可以为你的Ubuntu版本使用一个预编译的二进制文件,你应该不会有任何问题。