Source distribution
| Platform | Files | Size | 
|---|---|---|
| source | root_v5.15.06.source.tar.gz | 21M | 
Binary distributions
| Platform | Files | Size | 
|---|---|---|
| Linux.RH9.0.gcc32 | root_v5.15.06.Linux.RH9.0.gcc32.tar.gz | 35M | 
| Linux.slc3.gcc3.2.3 | root_v5.15.06.Linux.slc3.gcc3.2.3.tar.gz | 34M | 
| Linux.slc4.amd64.gcc3.4 | root_v5.15.06.Linux.slc4.amd64.gcc3.4.tar.gz | 37M | 
| Linux.slc4.gcc3.4 | root_v5.15.06.Linux.slc4.gcc3.4.tar.gz | 35M | 
| Linux.slc4_amd64.gcc3.4 | root_v5.15.06.Linux.slc4_amd64.gcc3.4.tar.gz | 36M | 
| macosx i386 gcc 4.0 | root_v5.15.06.macosx-i386-gcc-4.0.tar.gz | 38M | 
| macosx i386 icc 9.1 | root_v5.15.06.macosx-i386-icc-9.1.tar.gz | 71M | 
| macosx powerpc gcc 4.0 | root_v5.15.06.macosx-powerpc-gcc-4.0.tar.gz | 35M | 
| SunOS.5.9 | root_v5.15.06.SunOS.5.9.tar.gz | 41M | 
| win32.vc80 (dbg) | root_v5.15.06.win32.vc80.debug.tar.gz | 88M | 
| win32.vc80 | root_v5.15.06.win32.vc80.tar.gz | 40M | 
| win32gcc | root_v5.15.06.win32gcc.tar.gz | 42M | 
| win32gdk (dbg) | root_v5.15.06.win32gdk.debug.tar.gz | 85M | 
| win32gdk | root_v5.15.06.win32gdk.tar.gz | 43M | 
Example for setting up ROOT from CVMFS
. ('', '')
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-15-06 v5-15-06
