Scons Article Index for
Scons
Articles about
Scons
 

Information About

Scons




  Screenshot
  Caption
  Developer Steven Knight
  Latest Release Version 097
  Latest Release Date May 17, 2007
  Operating System Windows , POSIX
  Genre Software Development Tools
  License MIT License
  Website wwwsconsorg


SCons is an Open Source software build tool. SCons is a substitute for the classic Make utility with integrated functionality similar to Autoconf / Automake and compiler caches such as Ccache . Compared to earlier tools, SCons aims to be easier to use, more reliable, and faster.


MAJOR FEATURES



SAMPLE SCONSCRIPT

Program('main.c')

When the user runs the 'scons' command, scons will build a 'main' executable (on Linux ) or 'main.exe' (on Windows ).


HISTORY AND RELATED PROJECTS

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.

Waf , formerly known as "SCons/BKsys", is a tool inspired by SCons that emerged in the KDE community. For some time, there were plans to use it as the build tool for KDE 4 and beyond, but they were later scrapped in favor of CMake . {Link without Title}


NOTABLE APPLICATIONS



EXTERNAL LINKS