filmov
tv
CERN ROOT Installation in Ubuntu 18.04 and Enabling all libraries
![preview_player](https://i.ytimg.com/vi/6bNy44v06qA/maxresdefault.jpg)
Показать описание
In this video, we have explained about CERN ROOT installation in Ubuntu 18.04 and enabling all libraries. The commands used can be found in the following article:
If you are interesting in learning about ROOT then you may watch the following tutorial:
CERN ROOT Tutorial 1 - Getting Started with ROOT Macro and Compilation
Update Fri Dec 20, 2019:
Dear all,
This method of -Dall=ON was working fine in the earlier versions like 6.10.04. Nowadays -Dall=ON is not skipping the libraries if prerequisites are incomplete.
So, I would recommend going with basic compilation of root if you are a beginner and don't want any other specific library.
cmake ../root-6.18.04/
You can still add specific libraries using -D flag for e.g.
cmake ../root-6.18.04/ -Dminuit2=ON
The remaining commands are the same.
mkdir root
cd root
cmake ../root-6.18.04/
make -j8
make install
Follow us on:
If you are interesting in learning about ROOT then you may watch the following tutorial:
CERN ROOT Tutorial 1 - Getting Started with ROOT Macro and Compilation
Update Fri Dec 20, 2019:
Dear all,
This method of -Dall=ON was working fine in the earlier versions like 6.10.04. Nowadays -Dall=ON is not skipping the libraries if prerequisites are incomplete.
So, I would recommend going with basic compilation of root if you are a beginner and don't want any other specific library.
cmake ../root-6.18.04/
You can still add specific libraries using -D flag for e.g.
cmake ../root-6.18.04/ -Dminuit2=ON
The remaining commands are the same.
mkdir root
cd root
cmake ../root-6.18.04/
make -j8
make install
Follow us on:
Комментарии