01- Download and Install ROOT CERN
1- Download root tar file from the website https://root.cern.ch/ 2- go to the download and move the tar file to home mv root_v5.34.24.source.tar.gz ../ 3- extract root tar xfzv root_v5.34.24.source.tar.gz 4- enter root directory and install the necessary libraries https://root.cern.ch/build-prerequisites#ubuntu cd root sudo apt-get install git dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev 5- execute ./configure 6- execute make or make -j2 to use 2 processors // It wll take some time 7- execute source ./bin/thisroot.sh 8- open new terminal and change the bachrc file by gedite ~/.bachrc add these lines to the end of the file source /home/(USERNAME)/root/bin/thisroot.sh alias root="root -l" save changes and close bachrc file
1- Download root tar file from the website https://root.cern.ch/ 2- go to the download and move the tar file to home mv root_v5.34.24.source.tar.gz ../ 3- extract root tar xfzv root_v5.34.24.source.tar.gz 4- enter root directory and install the necessary libraries https://root.cern.ch/build-prerequisites#ubuntu cd root sudo apt-get install git dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev 5- execute ./configure 6- execute make or make -j2 to use 2 processors // It wll take some time 7- execute source ./bin/thisroot.sh 8- open new terminal and change the bachrc file by gedite ~/.bachrc add these lines to the end of the file source /home/(USERNAME)/root/bin/thisroot.sh alias root="root -l" save changes and close bachrc file