What was used to build C++ programs before Cmake?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ninja

    a small build system with a focus on speed

    Ninja showed real promise for a while, but then CMake grew up and people stopped seeing a reason to leave it behind.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Bazel

    a fast, scalable, multi-language and extensible build system

    Bazel is a Google project that showcases first-class support for the major languages Google uses (C++, Java, Go), and it'd probably have replaced CMake if it weren't written in Java, which brought a host of technical challenges. Then those challenges were fixed and Oracle threatened to bring legal challenges instead.

  • scons

    SCons - a software construction tool

    SCons never got popular enough to escape the niches it grew up in.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Monorepo + Microservices + Dependency Managment + Build system HELL

    2 projects | /r/Python | 20 Jul 2023
  • Declarative Gradle is a cool thing I am afraid of: Maven strikes back

    3 projects | dev.to | 11 Nov 2023
  • Go Dependency management in large company projects - How do you do it?

    5 projects | /r/golang | 8 Jul 2023
  • Classifying Python virtual environment workflows

    4 projects | news.ycombinator.com | 7 Jan 2023
  • Using URLs for dependency management

    4 projects | /r/java | 15 Jun 2022