Autoconf Alternatives
Autoconf is described as 'GNU Autoconf is a tool for producing configure scripts for building, installing and packaging software on computer systems where a Bourne shell is available' and is an app in the development category. There are more than 10 alternatives to Autoconf for a variety of platforms, including Linux, Mac, Windows, BSD and Android apps. The best Autoconf alternative is CMake, which is both free and Open Source. Other great apps like Autoconf are GNU Make, SCons, LazFuck and Ant.
- Free • Open Source
- 40 CMake alternatives
CMake is a 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. CMake generates native makefiles and workspaces that can be used in the compiler...
CMake Features
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- BSD
- Cygwin
GNU Make Features
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.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
SCons Features
LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
License model
- Free • Open Source
Platforms
- Windows
- Linux
- Flathub
- Flatpak
- Snapcraft
LazFuck Features
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. Most actions are described as 'Tasks' - Ant offers a library of built-in Tasks, but various 3rd party Tasks and Task...
License model
- Free • Open Source
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
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.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- BSD
Ninja Build Features
Powerfully simple build configuration
Describe your software project just once, using Premake's simple and easy to read syntax, and build it everywhere. Generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. Use.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
Premake Features
Embedthis MakeMe is a modern replacement for make and autoconf. It manages the building of programs and products by direct compilation and the generation of IDE projects and Makefiles. MakeMe can portably build programs for Linux, Mac and Windows and handles cross-compilation...
License model
- Free • Open Source
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
MakeMe Features
qmake is a tool from The Qt Company that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile.
License model
- Free • Open Source
Country of Origin
Finland
EU
Platforms
- Mac
- Windows
- Linux
qmake Features
Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
Meson Features
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- Xcode
- Eclipse
- Microsoft Visual Studio
waf Features
Tup is a file-based build system for Linux, OSX, and Windows. It inputs a list of file changes and a directed acyclic graph (DAG), then processes the DAG to execute the appropriate commands required to update dependent files.