Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

building using multiple machines

I have a huge Windows C++ project that takes a lot of time to be compiled. Do you know if there is some FREE tool being able to build using multiple pc connected together?

Do you know if there is some free tool doing the same in Linux using GCC?

At least there is something that I can do to split the work myself? Thanks

like image 462
Abruzzo Forte e Gentile Avatar asked Aug 17 '10 12:08

Abruzzo Forte e Gentile


1 Answers

I am long time user of commercial IncrediBuild. Happy with it so far. What I like most it its sandbox implementation - no need to install anything on agent machines, both source and tool-chain synchronization is handled transparently for you.

When we started to use it few years ago, there were no other tools for C++ Windows development for distributed builds. I did not look for any such tool recently, therefore there might be some competition for it already.

One important "competion" is ability of Visual Studio since 2008 to use multiple cores for builds - this is "free" as long as you already own Visual Studio.

like image 181
Suma Avatar answered Sep 17 '22 07:09

Suma