开发者

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开发者_如何学C 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


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.


You can use TeamCity Professional Edition ( http://www.jetbrains.com/teamcity/ ) which is free for up to 3 clients. ( http://www.jetbrains.com/teamcity/buy/index.jsp )

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜