Release 5.34/34 - 2015-10-02

Release Notes

The release notes for this release can be found here.

Source distribution

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

Binary distributions

Platform Files Size
CentOS Cern 7 gcc4.8 root_v5.34.34.Linux-cc7-x86_64-gcc4.8.tar.gz 72M
CentOS Cern 7 gcc4.9 root_v5.34.34.Linux-cc7-x86_64-gcc4.9.tar.gz 73M
Linux fedora20 gcc4.8 root_v5.34.34.Linux-fedora20-x86_64-gcc4.8.tar.gz 57M
Scientific Linux Cern 6 gcc4.4 root_v5.34.34.Linux-slc6-x86_64-gcc4.4.tar.gz 69M
Scientific Linux Cern 6 gcc4.7 root_v5.34.34.Linux-slc6-x86_64-gcc4.7.tar.gz 71M
Scientific Linux Cern 6 gcc4.8 root_v5.34.34.Linux-slc6-x86_64-gcc4.8.tar.gz 71M
Scientific Linux Cern 6 gcc4.9 root_v5.34.34.Linux-slc6-x86_64-gcc4.9.tar.gz 73M
Ubuntu 12 gcc4.6 root_v5.34.34.Linux-ubuntu12-x86_64-gcc4.6.tar.gz 58M
Ubuntu 14 gcc4.8 root_v5.34.34.Linux-ubuntu14-x86_64-gcc4.8.tar.gz 62M
OsX 10.8 clang51 root_v5.34.34.macosx64-10.8-clang51.dmg 58M
OsX 10.8 clang51 root_v5.34.34.macosx64-10.8-clang51.tar.gz 58M
OsX 10.9 clang60 root_v5.34.34.macosx64-10.9-clang60.dmg 56M
OsX 10.9 clang60 root_v5.34.34.macosx64-10.9-clang60.tar.gz 56M
OsX 10.10 clang61 root_v5.34.34.macosx64-10.10-clang61.dmg 58M
OsX 10.10 clang61 root_v5.34.34.macosx64-10.10-clang61.tar.gz 56M
Windows Visual Studio 10 (dbg) root_v5.34.34.win32.vc10.debug.exe 92M
Windows Visual Studio 10 (dbg) root_v5.34.34.win32.vc10.debug.zip 139M
Windows Visual Studio 10 root_v5.34.34.win32.vc10.exe 46M
Windows Visual Studio 10 root_v5.34.34.win32.vc10.zip 63M
Windows Visual Studio 11 (dbg) root_v5.34.34.win32.vc11.debug.exe 98M
Windows Visual Studio 11 (dbg) root_v5.34.34.win32.vc11.debug.zip 150M
Windows Visual Studio 11 root_v5.34.34.win32.vc11.exe 47M
Windows Visual Studio 11 root_v5.34.34.win32.vc11.zip 64M
Windows Visual Studio 12 (dbg) root_v5.34.34.win32.vc12.debug.exe 99M
Windows Visual Studio 12 (dbg) root_v5.34.34.win32.vc12.debug.zip 151M
Windows Visual Studio 12 root_v5.34.34.win32.vc12.exe 47M
Windows Visual Studio 12 root_v5.34.34.win32.vc12.zip 64M

Installations in AFS and CVMFS

Standalone installations with minimal external dependencies are available at:

/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-cc7-gcc48-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-cc7-gcc49-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-slc6-gcc48-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-slc6-gcc49-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-mac108-clang51-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-mac109-clang60-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.34/x86_64-mac1010-clang61-opt

AFS

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

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.34/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-34 v5-34-34

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).