What build systems are you using for C?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • xyris

    The Xyris Kernel

  • Glad I could help! My project is available on Github: https://github.com/XyrisOS/xyris

  • Sauce

    Discontinued operating system crafting. (by Tarcaxoxide)

  • I use make, here is my Makefile as of the latest push https://github.com/Tarcaxoxide/Sauce/blob/082fe727d7d240baa3d3708ea93c91fb953e3c49/Makefile

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • raylib

    A simple and easy-to-use library to enjoy videogames programming

  • An oddball but possibly effective choice - especially if you're doing a lot of cross-compilation (as you would be for OS development) - would be to use Zig's build system. Since Zig's compiler also compiles C (by invoking Clang), you can use its build system to compile C/C++-only projects with all the benefits that entails (namely: painless cross-compilation; no more having to build a dedicated cross-compiler).

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

  • Zig! Can you C?

    1 project | dev.to | 4 Apr 2024
  • Ask HN: Do you know any open source (2D or 3D) asset libraries?

    1 project | news.ycombinator.com | 27 Feb 2024
  • Raylib – A simple and easy-to-use library to enjoy videogames programming

    1 project | news.ycombinator.com | 8 Feb 2024
  • Advice for managing a group of beginner C programmers, myself included

    1 project | /r/C_Programming | 21 Nov 2023
  • What are some good projects in C for an experienced dev?

    1 project | /r/cprogramming | 20 Nov 2023