Release 5.22/00 - 2008-12-18

Source distribution

Platform Files Size
old_root_v5.22.00h.source old_root_v5.22.00h.source.tar.gz 25M
source root_v5.22.00.source.tar.gz 25M
root_v5.22.00a.source root_v5.22.00a.source.tar.gz 25M
root_v5.22.00b.source root_v5.22.00b.source.tar.gz 25M
root_v5.22.00c.source root_v5.22.00c.source.tar.gz 25M
root_v5.22.00d.source root_v5.22.00d.source.tar.gz 25M
root_v5.22.00e.source root_v5.22.00e.source.tar.gz 25M
root_v5.22.00f.source root_v5.22.00f.source.tar.gz 25M
root_v5.22.00g.source root_v5.22.00g.source.tar.gz 25M
root_v5.22.00h.source root_v5.22.00h.source.tar.gz 25M
root_v5.22.00i.source root_v5.22.00i.source.tar.gz 25M
root_v5.22.00j.source root_v5.22.00j.source.tar.gz 25M

Binary distributions

Platform Files Size
Linux slc4 gcc3.4 root_v5.22.00.Linux-slc4-gcc3.4.tar.gz 48M
Linux slc4 gcc4.3 root_v5.22.00.Linux-slc4-gcc4.3.tar.gz 48M
Linux slc4_amd64 gcc3.4 root_v5.22.00.Linux-slc4_amd64-gcc3.4.tar.gz 50M
Linux slc4_amd64 gcc4.3 root_v5.22.00.Linux-slc4_amd64-gcc4.3.tar.gz 49M
Linux slc5 gcc3.4 root_v5.22.00.Linux-slc5-gcc3.4.tar.gz 48M
Linux slc5 gcc4.3 root_v5.22.00.Linux-slc5-gcc4.3.tar.gz 48M
Linux slc5_amd64 gcc3.4 root_v5.22.00.Linux-slc5_amd64-gcc3.4.tar.gz 49M
Linux slc5_amd64 gcc4.3 root_v5.22.00.Linux-slc5_amd64-gcc4.3.tar.gz 49M
macosx i386 gcc 4.0 root_v5.22.00.macosx-i386-gcc-4.0.tar.gz 47M
macosx i386 icc 9.1 root_v5.22.00.macosx-i386-icc-9.1.tar.gz 49M
macosx powerpc gcc 4.0 root_v5.22.00.macosx-powerpc-gcc-4.0.tar.gz 46M
macosx105 i386 gcc 4.0 root_v5.22.00.macosx105-i386-gcc-4.0.tar.gz 37M
SunOS.5.9 root_v5.22.00.SunOS.5.9.tar.gz 52M
win32 (dbg) root_v5.22.00.win32.debug.tar.gz 89M
win32 root_v5.22.00.win32.tar.gz 47M
Windows Visual Studio 90 (dbg) root_v5.22.00.win32.vc90.debug.tar.gz 110M
Windows Visual Studio 90 root_v5.22.00.win32.vc90.tar.gz 47M
win32gcc root_v5.22.00.win32gcc.tar.gz 49M

Git

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

git clone http://github.com/root-project/root.git

The release specific tag can be obtained using:

cd root
git checkout -b v5-22-00 v5-22-00

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