SCons is a cross platform, open source build tool and an alternative to the classic "Make". It works based on a declarative description of a build, using the Python programming language.
can someone give a scons config file which allows the following structure toplevel/ /src - .cc files /include .h files …
python sconsI'm looking into scons and I just want to make sure I know what the alternatives are, before I invest …
ant build-process makefile sconsI'm involved in C++ project targeted for Windows and Linux (RHEL) platforms. Till now the development was purely done on …
c++ build-process cross-platform cmake sconsI need to run two programs in sequence as part of a custom builder. One of them is a program …
sconsbrew install mongodb ==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.4.8.tar.gz Already downloaded: /Library/Caches/Homebrew/mongodb-2.4.8.tar.…
mongodb osx-mavericks sconsWe are thinking about converting a really large project from using GNU Make to some more modern build tool. My …
python caching scons waf build-tools