天天看点

【资料整理】Open Source software construction tool

【scons】

what is scons?

scons is an open source software construction tool—that is, a next-generation build 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.

scons is a fantastic build system, written in python (1.5.2) that does lots of nice things like automated dependencies, cross platform operation, configuration, and other great stuff. i would have to say that it is probably going to be the best thing for building c/c++ projects in the near future. — zed a. shaw, bombyx project lead

【cmake】

welcome to cmake, the cross-platform, open-source build system. cmake is a family of tools designed to build, test and package software. cmake is used to control the software compilation process using simple platform and compiler independent configuration files. cmake generates native makefiles and workspaces that can be used in the compiler environment of your choice.