ROOT installation



  1. descend into the directory in which you have downloaded root:

# cd /usr/local/root-head

  1. setup the required environment:

# cd ..
# source root_env.sh
root-head
# cd $ROOTSYS

  1. configure root with all options needed by fROOT:

# cd $ROOTSYS
# ./root_conf.sh 5

  1. compile the code:

# make

  1. install the compiled code:

# make install



NOTES:



Last update: Oct 16, 07