Raymond's Blog

Articles Tagged build

SCons — build your software better
Posted on August 9th, 2011 by

A few years ago I worked on a large (60+ man-year) software project, involving C/C++ and Java. The software stack originated from demonstrator software, and its make files had become unmanageable, and even worse, unreliable. After evaluating a lot of options we rewrote the entire build system based around SCons.

A few weeks ago an ex-collaegue contacted me with some questions how we approached things back then. Today, while attending a children's birthday party a discussion on...

Nightly builds
Posted on September 10th, 2003 by

We have set up a nightly build system . Currently, it builds a Debian package, source tarball, and a Windows installer version. Interesting to note is that the Windows version is completely built on a GNU/Linux system, using a cross-compiler and Wine to create the final setup.exe .