Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

IncrediBuild Linux supports heterogeneous infrastructure of build and test tools. For example, you can compile your builds with SCons, and seamlessly distribute tasks to machines that do not have SCons, or even other types of compilers.

Note: IncrediBuild can only accelerate build tools or other execution processes that support multi-process execution. Tools that are to be accelerated by IncrediBuild should have the capability of spawning multiple processes in parallel. The more processes are spawned in parallel, the more acceleration you get.

In most build tools, a multi-process execution parameter already exists, such as the -j parameter in Make. Adding a number to this parameter, such as -j200, instructs Make to execute up to 200 processes in parallel.

IncrediBuild Linux supports most build tools, among them:

...

Image Added