Archive for the 'C/C++' Category

Autotools: a practitioner’s guide to Autoconf, Automake and Libtool (Chapter 1)

Saturday 17 May 2008

In this chapter I’ve presented a high-level overview of the Autotools to give you a feel for how everything ties together.
In the next chapter, we’ll begin creating a hand-coded build system for a toy project. The idea is that you’ll become familiar with the requirements of a reasonable build system, and how much can be [...]