Source distribution
| Platform | Files | Size | 
|---|---|---|
| source | root_v4.03.02.source.tar.gz | 13M | 
Binary distributions
| Platform | Files | Size | 
|---|---|---|
| AIX.5 | root_v4.03.02.AIX.5.tar.gz | 25M | 
| Linux.FedoraCore2.gcc3.3.3 | root_v4.03.02.Linux.FedoraCore2.gcc3.3.3.tar.gz | 21M | 
| Linux.RH6.1.gcc2952 | root_v4.03.02.Linux.RH6.1.gcc2952.tar.gz | 20M | 
| Linux.RH7.3.gcc32 | root_v4.03.02.Linux.RH7.3.gcc32.tar.gz | 23M | 
| Linux.RH9.0.gcc32 | root_v4.03.02.Linux.RH9.0.gcc32.tar.gz | 20M | 
| Linux.slc3.gcc3.2.3 | root_v4.03.02.Linux.slc3.gcc3.2.3.tar.gz | 18M | 
| OSF1.V4.0.cxx6 | root_v4.03.02.OSF1.V4.0.cxx6.tar.gz | 22M | 
| OSF1.V5.1.cxx6 | root_v4.03.02.OSF1.V5.1.cxx6.tar.gz | 24M | 
| SunOS.5.7 | root_v4.03.02.SunOS.5.7.tar.gz | 26M | 
| SunOS.5.8 | root_v4.03.02.SunOS.5.8.tar.gz | 24M | 
| win32gcc | root_v4.03.02.win32gcc.tar.gz | 25M | 
| win32gdk (dbg) | root_v4.03.02.win32gdk.debug.tar.gz | 36M | 
| win32gdk | root_v4.03.02.win32gdk.tar.gz | 23M | 
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 v4-03-02 v4-03-02
