CMake!

Support aids cross-compilation process. Kitware released CMake 3.7 to the software community. Development for the release focused on support for Android. With this support, CMake can generate Android toolchain files … Read More https://blog.kitware.com/kitware-increases-android-support-in-cmake-3-7/
I am proud to announce that CMake 3.7.0 is now available for download at: https://cmake.org/download
Documentation is available at: https://cmake.org/cmake/help/v3.7
Release notes appear below and are also published at … Read More https://blog.kitware.com/cmake-3-7-0-available-for-download/
I am proud to announce the third CMake 3.7 release candidate. https://cmake.org/download
Documentation is available at: https://cmake.org/cmake/help/v3.7
Release notes appear b

CMake alternatives

  • 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
  • Gradle

  • 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.

    tags: build-system groovy java programming
  • Premake

  • Powerfully simple build configuration

    tags: Portable build-automation build-tool compiling compiling-tool
  • GNU Make

  • Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

    tags: build-automation software-development
  • Rake

  • Rake is a software task management and build automation tool. It allows you to specify tasks and describe dependencies as well as to group tasks in a namespace.

    tags: Portable ruby building build-automation build-system
  • MakeMe

  • 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 with ease.

    tags: build-automation build-tool compiling-tool cross-platform software-development
  • NAnt

  • NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.

    tags: build-tool software-development
  • makebreed

  • makebreed is a customizable shell script (./configure) that generates makefiles for C/C++ development projects using the gcc compiler. It is a simple, clean and easy alternative to other build systems like cmake or gnu autotools.

    tags: configure cmake makefile autotools automake
  • Ninja Build

  • 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.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • 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
  • BuildAMation

  • BuildAMation is a build system and project generator for C and C++ desktop applications, with an extensible architecture. It is written in C#, and works on Windows, Linux and Apple OSX. Build modes supported are a multithreaded native command line build, VisualStudio solution generation, Xcode workspace generation, and MakeFile generation. Packages extend the core infrastructure, and packages can be logically grouped into package repositories.

    tags: build-tool build-system
  • Buildr

  • Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that’s simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that’s a joy to use. And of course, we wanted it to be fast, reliable and have outstanding dependency management.

    tags: build-system java programming