2,546 captures
15 Aug 2001 - 22 Mar 2026
Aug SEP Oct
29
2020 2021 2022
success
fail

About this capture

COLLECTED BY

Collection: Save Page Now

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20210929202828/https://www.scons.org/
 





Community  

Contact

SCons Mailing Lists

Donate

References
 


Development  

SCons Developer's Guidelines

Development

Bugs and Feature Requests
 


Documentation  

Frequently Asked Questions

Current Documentation

SCons Version Specific Documentation

Logos
 


Download

Archives

Releases

News
 





SCons: A software construction tool



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 similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.


What makes SCons better?



Configuration files are Python scripts--use the power of a real programming language to solve build problems.

Reliable, automatic dependency analysis built-in for C, C++ and Fortran--no more "make depend" or "make clean" to get all of the dependencies. Dependency analysis is easily extensible through user-defined dependency Scanners for other languages or file types.

Built-in support for C, C++, D, Java, Fortran, Yacc, Lex, Qt and SWIG, and building TeX and LaTeX documents. Easily extensible through user-defined Builders for other languages or file types.

Building from central repositories of source code and/or pre-built targets.

Built-in support for Microsoft Visual Studio, including generation of .dsp, .dsw, .sln and .vcproj files.

Reliable detection of build changes using MD5 signatures; optional, configurable support for traditional timestamps.

Support for parallel builds--like make -j but keeps N jobs running simultaneously regardless of directory hierarchy.

Integrated Autoconf-like support for finding #include files, libraries, functions and typedefs.

Global view of all dependencies--no more multiple build passes or reordering targets to build everything.

Ability to share built files in a cache to speed up multiple builds--like ccache but for any type of target file, not just C/C++ compilation.

Designed from the ground up for cross-platform builds, and known to work on Linux, other POSIX systems (including AIX, BSD systems, HP/UX, IRIX and Solaris), Windows 7/8/10, MacOS, and OS/2.



Where did SCons come from?


SCons began life as the ScCons build tool design which won the Software Carpentry SC Build competition in August 2000. That design was in turn based on the Cons software construction utility. This project has been renamed SCons to reflect that it is no longer directly connected with Software Carpentry (well, that, and to make it slightly easier to type...).

 



Badges






Travis CI Build Status
Coveralls.io Coverage Status


Links



SCons on GitHub  

SCons wiki  

SCons Discord Server  

SCons on Stack Overflow  

Python.org  

SCons on Openhub  



Latest Tweets


Tweets by 

Tags

 



Social



RSS
 








© 2021 SCons Foundation  · Powered by pelican-bootstrap3,  Pelican,  Bootstrap 

Back to top