
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 …
SCons Downloads
scons-src Bundle. The scons-src bundles contain the complete source tree, including everything we use to package SCons and all of the regression tests. You might want one of these …
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.1. Man pages and User's Guides for …
SCons 4.9.1
2025年3月27日 · 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.1
2025年3月27日 · 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 …
Frequently Asked Questions - SCons
This FAQ contains information about the SCons software construction tool. The most frequently-asked frequently asked questions: Why doesn't SCons find my compiler/linker/etc.? I can …
SCons 4.1.0
Thank you for taking the time to read about SCons. SCons is a next-generation software construction tool, or make tool--that is, a software utility for building software (or other files) …
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.1. Man pages and User's Guides for …
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 …
Chapter 2. Simple Builds - SCons
In this chapter, you will see several examples of very simple build configurations using SCons, which will demonstrate how easy it is to use SCons to build programs from several different …