descend into the directory in which you have downloaded root:
# cd /usr/local/root-head
setup the required environment:
#
cd ..
# source root_env.sh
root-head
#
cd $ROOTSYS
configure root with all options needed by fROOT:
#
cd $ROOTSYS
#
./root_conf.sh
5
compile the code:
# make
install the compiled code:
# make install
all scripts in these instructions are written for 'bash' shell.
If you need to install the gcc compiler or the CINT interpreter, you find a quick installation guide here.
Last
update: