next up previous contents
Next: Compilation Up: Requirements Previous: Qwt Installation for GUI   Contents

Root Installation for Calibration Wizards

The software has been developed and tested with root 5.20, but any version should work. One can download it from:
> 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



Thattil Dhanya 2019-04-08