Getting StartedSetting up ROOTInstalling ROOT
You must download the source and install ROOT from scratch. Please do not use the
ROOT precompiled binaries but follow these instructions, since we encountered
internal linking problems with the binary version of ROOT. Start by downloading the source files for the
"Latest ROOT Release" 5.xx or 6.xx (you can choose) from http://root.cern.ch/drupal/content/downloading-root. Then, unpack the tarball as follows:
tar -xzf root_6.xx.xx.source.tar.gz
If any of the above failed, please investigate and try to fix the problems before you continue compiling ROOT. If you don't know how to solve your problem, feel free to contact us or have a look at the FAQ.
As soon as the configure command terminates successfully, you can continue with
make
ROOT is large, so go and have a (big) cup of coffee or tea in the meanwhile. If you work on a computer with multiple cores you can speed up the process by appending
After a successful completion, please hit:
make install
On some machines make install returns the error that it cannot create certain etc/[...] directories. In that case, please rerun the ./configure step with the same arguments as above, plus --etcdir=/home/root/etc. |