> svn co https://root.cern.ch/svn/root/trunk root
To install:
> cd root > ./configure --enable-qt > make > make install
Edit your .bashrc to define the ROOTSYS enviroment variable and annd
the libraries and executables to the LD_LIBRARY_PATH
and PATH
:
export ROOTSYS=/usr/local/root-5.34 export PATH=$ROOTSYS/bin:$PATH export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
You can also download the binaries, assuming that your linux and gcc versions match as in:
http://root.cern.ch/drupal/content/production-version-534