ROOT on LXPLUS

How can I use root on lxplus?

In:
/afs/cern.ch/sw/root/v4.00.03/rh73_gcc32/

there is the complete compiled ROOT.

Is there for downloading or can I execute it, after defining $ROOTSYS and friends?

you must define (in your .profile)

C++ libraries

export LD_LIBRARY_PATH=.:/usr/local/gcc-alt-3.2/lib/:/usr/local/lib

ROOT

export ROOTSYS=/afs/cern.ch/sw/root/v4.00.03/rh73_gcc32/root
export PATH=$PATH:$ROOTSYS/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib

… and then you can just type: