Saturday, January 3, 2009

Tools for Large C/C++ Project

Got this from Reddit on build tools to use for relatively large C/C++ projects. The bad news is it seems no consensus among programmers for the tool. Sad sad sad.

Make:
Recursive Make Considered Harmful (link)

Autotools:

autotools_a_guide_to_autoconf_automake_libtool

http://autotoolset.sourceforge.net/tutorial.html

http://www.lrde.epita.fr/~adl/autotools.html

Other tools worth check out:

Cmake
Scons
Boost jam