Organizing a large C++ Build System
April 15th, 2009 | by Digvijay Lamba |I have been looking for good links on how to organize and setup a large C++ build system from scratch. Below are some interesting links for this.
-
Describes how to take an existing C++ Build system and convert it to a modern system that uses autoconf, automake etc to organize and set up a build
-
A good basic overview of how to set up and organize a large C++ Build system with autoconf, automake and configure tools
-
A great book on organizing and building a large C++ build system. Includes configuration, tools, scripts etc.
Tags: Build System, C++, Coding, Programming, Technology
