Search Articles — Sudonull

Search Results

In this project

CMake for STM32F407: building with GCC on Windows

https://sudonull.com/cmake-for-stm32f407-building-with-gcc-on-windows

Set up cross-platform firmware build for STM32F407VE with CMake and ARM GCC. Migration from GNU Make, compiler flags, config.cmake. Instructions for middle/senior dev.

C++20 wallpaper manager: D-Bus and RAII

https://sudonull.com/c-20-wallpaper-manager-d-bus-and-raii

Architecture of cross-platform Rwal utility in C++20. Adapter for KDE/GNOME, libcurl RAII, std::jthread. CMake build and system integration. Explore the code.

LibreQoS 2.0: QoS and Bufferbloat for networks

https://sudonull.com/libreqos-2-0-qos-and-bufferbloat-for-networks

LibreQoS 2.0 optimizes traffic with CAKE, fq_codel, and eBPF. Learn about new diagnostic tools, integrations, and shaping. Deploy for stable networks — read the details.

From other projects

3D fruit cakes: TikTok trend and cost

https://ymaho.com/3d-fruit-cakes-tiktok-trend-and-cost

Three-dimensional fruit cakes went viral on TikTok. Technology, cost $7.4, margin 400% and trend forecast. Learn how to bake a 3D fruit cake.

From the web

CMake - Upgrade Your Software Build System

https://cmake.org/

CMake is the de-facto standard for building C++ code, with over 2 million downloads a month. It’s a powerful, comprehensive solution for managing the software build process.

Download CMake

https://cmake.org/download/

Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that users can test bug fixes done upstream without …

CMake - Wikipedia

https://en.wikipedia.org/wiki/CMake

CMake generates configuration files for other build tools based on CMake-specific configuration files. The other tools are responsible for more directly building, using the generated files.

Learn CMake: Step-by-Step Tutorial for Your First C++ Project and ...

https://keasigmadelta.com/blog/cmake-tutorial-getting-started/

May 23, 2025 · Learn how to use CMake to build C++ projects step-by-step. This practical CMake tutorial gets you up to speed, quickly..

How to Install and Configure CMake on Windows, macOS, and Linux

https://www.studyplan.dev/cmake/setting-up-a-cmake-environment

Learn how to install and set up your CMake environment on Windows, macOS, and Linux. This guide covers installation, using the command line vs. the GUI, IDE integration (Visual Studio, VS Code, …

GitHub - Kitware/CMake: Mirror of CMake upstream repository

https://github.com/Kitware/CMake

Mirror of CMake upstream repository. Contribute to Kitware/CMake development by creating an account on GitHub.

How to Use Cmake for Linux - GeeksforGeeks

https://www.geeksforgeeks.org/linux-unix/how-to-use-cmake-for-linux/

Jul 23, 2025 · CMake is the go-to choice for managing and building projects in the Linux environment. It is a valuable tool for developers of all kinds of software projects, from open-source initiatives to large …

Create a CMake hello world project with CMake Quick Start

https://code.visualstudio.com/docs/cpp/cmake-quickstart

After completing these steps, you should now have a complete hello world CMake project that contains the following files: main.cpp, CMakeLists.txt, and CMakePresets.json.

Releases · Kitware/CMake - GitHub

https://github.com/Kitware/CMake/releases

cmake-4.3.3-linux-aarch64.tar.gz sha256:9ea38356dbd3e32e51029a3e09a0f2f8e117ef4fbcaad7a21ffb36409bbd5cb4 48.9 MB May 21

How to Build a CMake Project: A Step-by-Step Guide for Beginners

https://www.studyplan.dev/cmake/building-and-running-cmake-projects

A step-by-step guide to building C++ projects with CMake. Learn the `cmake` and `cmake --build` commands, how to run your program, and how to troubleshoot common errors like 'compiler not …

Trending Now