autosetup!

* Overview * News news/ * Download download/ * Running autosetup user/ * Developing developer/ * Examples developer/examples/ * License license/ * Motivation why/

autosetup alternatives

  • CMake

  • 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 environment of your choice.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • SCons

  • 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. In short, SCons is an easier, more reliable and faster way to build software.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • Premake

  • Powerfully simple build configuration

    tags: Portable build-automation build-tool compiling compiling-tool
  • Autoconf

  • GNU Autoconf is a tool for producing configure scripts for building, installing and packaging software on computer systems where a Bourne shell is available.

    tags: build-automation compiling compiling-tool development development-tool
  • qmake

  • Manual: https://doc.qt.io/qt-5/qmake-manual.html

    tags: build-automation build-tool compiling compiling-tool cross-platform