SCons: A software construction tool
What is SCons?SCons is an Open Source software construction tool—that is, a
"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."
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.欢迎分享,转载请注明来源:内存溢出
评论列表(0条)