简体   繁体   English

分布式构建系统 BuildXL 与 IncrediBuild

[英]Distributed build systems BuildXL vs IncrediBuild

BuildXL vs IncrediBuild. BuildXL 与 IncrediBuild。

Could someone clearly explain the difference between the two options for building code distributable on Windows?有人可以清楚地解释在 Windows 上构建可分发代码的两个选项之间的区别吗? Is it either/or sort or they can stack up to be are complementary to each other to build even faster?是不是/或排序,或者它们可以叠加起来相互补充以更快地构建?

Incredibuild is highly focused on accelerating large C++ code bases and is directly integrated in Visual Studio. Incredibuild 高度专注于加速大型 C++ 代码库,并直接集成在 Visual Studio 中。 It supports various build systems such as MSBuild, CMake, Make, Ninja, Gcc and more.它支持各种构建系统,例如 MSBuild、CMake、Make、Ninja、Gcc 等。 According to BuildXL GitHub page: "There are currently no plans to integrate it into Visual Studio."根据 BuildXL GitHub 页面:“目前没有将其集成到 Visual Studio 中的计划。” It supports JavaScript and has some experimental and beta support for other build systems它支持 JavaScript,并为其他构建系统提供一些实验性和 beta 支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM