microZEUS
The whole stack, hand-drawn.

◄ Wiki / Build

CMake

A build system generator that turns one project description into builds for many compilers and platforms.

Rather than hand-write build scripts for each toolchain, you describe the project once in CMake, and it generates the actual build files for whatever environment you target. That is what lets a single invocation build for i386, x86_64, ARM, or ARM64. It is a standard tool for portable, cross-platform C and C++ projects.

See also

  • cross-compileBuilding software on one kind of machine to run on a different kind.
  • change orderA single tracked unit of work — one scoped, recorded change from start to finish.

Referenced by

change order · cross-compile