The current production release of SCons is 3.0.1 [ ChangeLog].
The last stable release prior to this one is 3.0.0.
Other versions of SCons are available directly from our files page at SourceForge.
We make SCons available in three different sets of packages, for three distinct purposes: the scons
packages, the scons-local
packages, and the scons-src
packages.
SCons Packages
The SCons packages are the basic packages for installing SCons on your system and using it or experimenting with it. You only need one of the following packages if you just want to try out SCons:
Production (3.0.1)
- Gzip tar file scons-3.0.1.tar.gz
- Zip file scons-3.0.1.zip
- Redhat RPM scons-3.0.1-1.noarch.rpm
- Windows installer scons-3.0.1-setup.exe
- Source RPM scons-3.0.1-1.src.rpm
Prior stable (3.0.0)
- Gzip tar file scons-3.0.0.tar.gz
- Zip file scons-3.0.0.zip
- Redhat RPM scons-3.0.0-1.noarch.rpm
- Windows installer scons-3.0.0-setup.exe
- Source RPM scons-3.0.0-1.src.rpm
The Gzip tar file and Zip file are installable using the Python
setup.py
script in the package. The Source RPM contains .tar.gz
and .spec
files to build your own RPM.
scons-local Packages
The scons-local packages contain versions of SCons that you can execute standalone, out of a local directory. They are intended to be dropped in to and shipped with packages of other software that you want to build with SCons, but for which you don't want to have to require that your users install SCons:
Production (3.0.1)
- Gzip tar file scons-local-3.0.1.tar.gz
- Zip file scons-local-3.0.1.zip
Prior stable (3.0.0)
- Gzip tar file scons-local-3.0.0.tar.gz
- Zip file scons-local-3.0.0.zip
scons-src Packages
The scons-src packages contain the complete source tree, including everything we use to package SCons and all of the regression tests. You might want one of these packages if you have concerns about whether SCons is working correctly on your operating system and wanted to run the regression tests, or if you want to contribute to SCons development:
Production (3.0.1)
- Gzip tar file scons-src-3.0.1.tar.gz
- Zip file scons-src-3.0.1.zip
Prior stable (3.0.0)
- Gzip tar file scons-src-3.0.0.tar.gz
- Zip file scons-src-3.0.0.zip