Availability
ROOT is available in binary and source form. The binaries are available for most supported platforms. The source is available as a tarball or from Subversion [2] and can easily be compiled on any supported platform/compiler combination [3].
For what is new in this version see the development notes [4].
Source
- ROOT 5.32.04 complete source tree [5]for all systems (54 MB).
After unpacking read "Installing ROOT From Source [6]" or the fileREADME/INSTALL [7].
Documentation
- ROOT 5.32.04 classes html documentation [8]compressed tar file (861 MB).
AFS
Users at CERN (or those having access to the CERN AFS cell) can also use ROOT directly from AFS. Versions for many different platforms and compilers are available at:
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.04/
If you want to use PyROOT, you first have to setup your python environment [9] to be sure to use the correct version of Python.
Now suppose you want use e.g. an optimized build of version 5.32.04 on an SLC5 machine with 64 bit and GCC 4.4. You need to set up both the compiler and ROOT.
Depending on the type of terminal you run:
- bash
. /afs/cern.ch/sw/lcg/external/gcc/4.3.2/x86_64-slc5/setup.sh . /afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.04/x86_64-slc5-gcc43-opt/root/bin/thisroot.sh
- zsh
. /afs/cern.ch/sw/lcg/external/gcc/4.3.2/x86_64-slc5/setup.sh cd /afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.04/x86_64-slc5-gcc43-opt/root;. ./bin/thisroot.sh; cd -
- [t]csh
source /afs/cern.ch/sw/lcg/external/gcc/4.3.2/x86_64-slc5/setup.csh source /afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.04/x86_64-slc5-gcc43-opt/root/bin/thisroot.csh
root.
To get 32bit binaries, simply replace x86_64 by i686 in above directories.
Binaries
Note: Before downloading a binary version make sure your machine contains the right run-time environment. In most cases it is not possible to run a version compiled with, e.g., gcc 4.3 on a platform where only gcc 3.4 is installed. In such cases you'll have to install ROOT from source. See the configurations used to build the binaries below [10].
To install, unzip and untar the file do:
$ gunzip root_v5.32.04.Linux.slc5.gcc4.3.tar.gz $ tar xvf root_v5.32.04.Linux.slc5.gcc4.3.tar
This will create the directory root. Before getting started read the file README/README [11]. Remember, you can find the full documentation of the ROOT classes on this web site at the location Classes and Members [12]. The distribution also contains all tutorials and a set of test programs.
Linux SLC5 [13]
- Linux RHEL 5 (SLC5) ia32 with gcc 4.3, version 5.32.04 [14] (53.5 MB).
- Linux RHEL 5 (SLC5) x86-64 with gcc 4.3, version 5.32.04 [15] (54.6 MB).
Mac OS X [16]
- Mac OS X 10.6 ia32 with gcc 4.2.1, version 5.32.04 [17] (46 MB).
- Mac OS X 10.6 x86-64 with gcc 4.2.1, version 5.32.04 [18] (46 MB).
- Mac OS X 10.7 x86-64 with clang v3, version 5.32.03 [19] (48 MB).
The 10.7 binary requires XQuartz [20].
Oracle Solaris 11 [21]
- Solaris 11 ia32 with CC5.5, version 5.32.03 [22] (58 MB).
IBM AIX 7 [23]
- AIX 7.1 PowerPC with xlC v9.0, version 5.32.03 [24] (148 MB).
Windows [25]
Windows 7/Vista/XP/NT/2000 are supported. We offer two packaging types:
- MSI: a regular Windows installer package also setting up the required environment variables. With uninstall via "Control Panel" / "Add or Remove Programs". Simply download and start, or open directly. You can double-click ROOT to start it, ROOT files get registered with Windows.
- tar: the traditional variant. Unpack e.g. with 7zip [26]. Start ROOT in a Microsoft Visual Studio Prompt (in Start / Programs / Microsoft Visual Studio / Tools). If you installed ROOT to C:\root then call C:\root\bin\thisroot.bat before using ROOT to set up required environment variables.
Important installation notes:
- Do not untar in a directory with a name containing blank characters.
- Take the release version if performance matters.
- If you want to debug your code you need the debug version of Windows (you cannot mix release / debug builds due to a Microsoft restriction).
- You need MS VC++ 7.1 for the VC++ 7.1 build; you need MS VC++ ≥ 8 for the VC++ 9 build. And MS VC++ 10 for the VC++ 10 build. For information, there is a no-cost version of Visual Studio [27].
- If you don't know which one to take: the bold versions are recommended.
| Release | Debug | |
|---|---|---|
| VC++ 7.1 | MSI [28] (51.1 MB) tar [29] (51.0 MB) |
MSI [30] (96.3 MB) tar [31] (96.5 MB) |
| VC++ 9 | MSI [32] (52.5 MB) tar [33] (52.4 MB) |
MSI [34] (126.3 MB) tar [35] (126.6 MB) |
| VC++ 10 | MSI [36] (55.8 MB) tar [37] (55.7 MB) |
MSI [38] (144 MB) tar [39] (144 MB) |
| Cygwin GCC 4.3 (not recommended) |
tar [40] (54.6 MB) |
Note that the performance of cygwin/gcc binaries is currently very poor; we only provide this build as an unsupported toy. We strongly recommend to use the version above compiled with VC++. The ROOT team will not answer any messages related to problems with the win32gcc version. For more information see these web [41]and ftp [42] sites.
