Release 5.34/26 - 2015-02-20

Release Notes

The release notes for this release can be found here.

Source distribution

Platform Files Size
source root_v5.34.26.source.tar.gz 72M

Binary distributions

Platform Files Size
Linux slc5 gcc4.3 root_v5.34.26.Linux-slc5-gcc4.3.tar.gz 68M
Linux slc5 gcc4.7 root_v5.34.26.Linux-slc5-gcc4.7.tar.gz 70M
Linux slc5_amd64 gcc4.3 root_v5.34.26.Linux-slc5_amd64-gcc4.3.tar.gz 69M
Linux slc5_amd64 gcc4.7 root_v5.34.26.Linux-slc5_amd64-gcc4.7.tar.gz 70M
Scientific Linux Cern 6 gcc4.7 root_v5.34.26.Linux-slc6-gcc4.7.tar.gz 61M
Scientific Linux Cern 6 gcc4.8 root_v5.34.26.Linux-slc6-gcc4.8.tar.gz 60M
Scientific Linux Cern 6_amd64 gcc4.4 root_v5.34.26.Linux-slc6_amd64-gcc4.4.tar.gz 69M
Scientific Linux Cern 6_amd64 gcc4.7 root_v5.34.26.Linux-slc6_amd64-gcc4.7.tar.gz 70M
Scientific Linux Cern 6_amd64 gcc4.8 root_v5.34.26.Linux-slc6_amd64-gcc4.8.tar.gz 71M
Scientific Linux Cern 6_amd64 gcc4.9 root_v5.34.26.Linux-slc6_amd64-gcc4.9.tar.gz 72M
OsX 10.9 i386 root_v5.34.26.macosx64-10.9-i386.tar.gz 56M
OsX 10.10 i386 root_v5.34.26.macosx64-10.10-i386.tar.gz 56M
Windows Visual Studio 10 (dbg) root_v5.34.26.win32.vc10.debug.exe 93M
Windows Visual Studio 10 (dbg) root_v5.34.26.win32.vc10.debug.tar.gz 139M
Windows Visual Studio 10 root_v5.34.26.win32.vc10.exe 47M
Windows Visual Studio 10 root_v5.34.26.win32.vc10.tar.gz 61M
Windows Visual Studio 11 (dbg) root_v5.34.26.win32.vc11.debug.exe 99M
Windows Visual Studio 11 (dbg) root_v5.34.26.win32.vc11.debug.tar.gz 150M
Windows Visual Studio 11 root_v5.34.26.win32.vc11.exe 48M
Windows Visual Studio 11 root_v5.34.26.win32.vc11.tar.gz 63M
Windows Visual Studio 12 (dbg) root_v5.34.26.win32.vc12.debug.exe 100M
Windows Visual Studio 12 (dbg) root_v5.34.26.win32.vc12.debug.tar.gz 150M
Windows Visual Studio 12 root_v5.34.26.win32.vc12.exe 48M
Windows Visual Studio 12 root_v5.34.26.win32.vc12.tar.gz 62M

Installations in AFS and CVMFS

Standalone installations with minimal external dependencies are available at:

/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-slc5-gcc47-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/i686-slc5-gcc47-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/i686-slc6-gcc47-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/i686-slc6-gcc48-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-slc6-gcc47-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-slc6-gcc48-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-slc6-gcc49-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-mac109-clang60-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-mac1010-clang60-opt

AFS

Versions for many different platforms and compilers are available at: /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26

To use ROOT directly from AFS:

. /afs/cern.ch/sw/lcg/external/gcc/4.9/x86_64-slc6-gcc49-opt/setup.sh
. /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.26/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh

Direct Git repository access

The entire ROOT source can be obtained from our public Git repository:

git clone http://root.cern/git/root.git

The release specific tag can be obtained using:

cd root
git tag -l
git checkout -b v5-34-26 v5-34-26

Windows

Windows 7/Vista/XP/NT/2000 are supported. We offer two packaging types:

  • exe: 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. 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

  • You must download the binary built with the exact same version of Visual Studio than the one installed on your system.
  • 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 ROOT debug build (you cannot mix release / debug builds due to a Microsoft restriction).