
SCons: A software construction tool - SCons
What is SCons? SCons is an Open Source software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality …
Current Documentation - SCons
This page contains links to general SCons documentation, and to documentation (man page and User's Guide) for the current stable release of SCons: 4.9.0. Man pages and User's Guides for …
SCons Downloads
Other versions of SCons are available directly from our files page at SourceForge and the Releases page on GitHub. SCons is provided in several different forms, to suit different …
Frequently Asked Questions - SCons
What's the difference between the scons, scons-local, and scons-src packages? We make SCons available in three distinct packages, for different purposes. The scons package is the basic …
SCons 4.1.0
% scons -Q cc -o hello.o -c hello.c cc -o new_hello hello.o And SCons will build an executable program named new_hello.exe when run on a Windows system: C:\>scons -Q cl /Fohello.obj …
SCons 4.9.0
Mar 2, 2025 · SCons Principles 2. How to Use this Guide 3. A Caveat About This Guide's Completeness 4. Acknowledgements 5. Contact 1. Building and Installing SCons 1.1. Installing …
SCons 4.9.0
Mar 2, 2025 · SCons is a volunteer-run open source project. As such, the SCons documentation isn't always completely up-to-date with all the available features - somehow it's almost harder …
Documentation - SCons
This page contains links to general SCons documentation, and to documentation (man page and User's Guide) for the current stable release of SCons: 4.9.0. Man pages and User's Guides for …
SCons 4.4.0
Jul 30, 2022 · scons orchestrates the construction of software (and other tangible products such as documentation files) by determining which component pieces must be built or rebuilt and …
1.2. Installing - SCons
The recommended way to install SCons is from the Python Package Index : % python -m pip install scons. If you prefer not to install to the Python system location, or do not have privileges …