Source distribution
| Platform | Files | Size | 
|---|---|---|
| source | root_v5.14.00d.source.tar.gz | 20M | 
Binary distributions
| Platform | Files | Size | 
|---|---|---|
| Linux.slc3.gcc3.2.3 | root_v5.14.00d.Linux.slc3.gcc3.2.3.tar.gz | 36M | 
| Linux.slc4.gcc3.4 | root_v5.14.00d.Linux.slc4.gcc3.4.tar.gz | 37M | 
| Linux.slc4_amd64.gcc3.4 | root_v5.14.00d.Linux.slc4_amd64.gcc3.4.tar.gz | 38M | 
| macosx powerpc gcc 4.0 | root_v5.14.00d.macosx-powerpc-gcc-4.0.tar.gz | 36M | 
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-14-00d v5-14-00d
