Slashdot Mirror


Distributed Compilation

BagOBones writes "Tired of waiting for your source to compile? Dreaming of having your own cluster and having something useful to do with it? Well Trolltech might have the answer. Trolltech Teambuilder lets you turn your network into a clustered C/C++ compiler."

3 of 29 comments (clear)

  1. Re:ccache by elmartinos · · Score: 3, Informative

    ccache is pretty good, but not especially made for distributed compilation, but there is another project at samba.org:
    distcc.

    /elmartinos

  2. free with PVMGmake by bohnsack · · Score: 5, Informative

    You can do this for free with PVMGmake. I have a HOWTO

  3. distcc by Anonymous Coward · · Score: 2, Informative

    check out distcc while you're at it. from Martin Pool.