On Fri, Feb 02, 2007 at 09:42:23AM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > Andre> We are currently releasing a new version of my day job's > Andre> bread-and-butter product for four versions of Windows and > Andre> fifteen(!) variations of Linux. And yes, there are Qt 4.2 based > Andre> components in there. > > And how many full-time people do you have to provide these 15 versions > for linux?
Took me about two weeks full-time to set up all the virtual machines (i.e. install OS, install required development packages, work around installation quirks etc.) Now a full recompile of our stuff is a bit more than an hour per platform, and about double that time when I rebuild Qt as well (which is not really needed dayly as I don't build Qt snapshot, only real releases). Starting such a build is typing 'make nightly' on a certain console, i.e. including login less than 20 seconds of my own time. Andre'