CMake Alternatives
CMake is described as 'family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files' and is an app in the Development category. There are more than 25 alternatives to CMake for a variety of platforms, including Linux, Mac, Windows, BSD and Android. The best alternative is Premake, which is both free and Open Source. Other great apps like CMake are GNU Make (Free, Open Source), Maven (Free, Open Source), SCons (Free, Open Source) and Ninja Build (Free, Open Source).
- Powerfully simple build configurationNo screenshots yet
- Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.No screenshots yet
- Apache Maven is a Java-based tool for build automation and project management (in software development). It is centered around a Project Object Model (POM) described in a XML file that describes the project structure and its dependencies to other components and libraries.
- SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.No screenshots yet
SCons vs CMake opinions
bdbaddog Very flexible. Easy to debug. - Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.
- Free • Open Source
- Mac
- Windows
- Linux
- BSD
No screenshots yet - Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.No screenshots yet
- The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.No screenshots yet
- CheckInstall is a Linux program which eases installation & uninstallation of software compiled from source. After software compilation it can automatically generate a Slackware, RPM, or Debian-compatible package that can later be cleanly uninstalled.No screenshots yet
- Apache Ant is an Open Source Java-based build tool (for software development). It uses XML files to describe, structure and control the build process.No screenshots yet