CMake

Cross-platform build system generator

About

CMake is the de facto standard build system generator for C and C++ projects. It generates build files for Make, Ninja, Visual Studio, and more.

`apt install cmake` on Ubuntu Noble gives CMake 3.28. Many projects require CMake 3.30+ for features like CMake presets v7, improved CUDA support, and new find_package behavior. No prebuilt riscv64 binary exists from Kitware for newer versions.

```bash

wget https://github.com/Cloud-V-10xE/RISC-V-software/releases/latest/download/cmake--riscv64-linux.tar.gz

sudo tar -xzf cmake--riscv64-linux.tar.gz -C /usr/local/

Releases (5)
VersionDateAssets
4.4.3 2026-09-02 2 file(s) view →
4.4.2 2026-08-26 1 file(s) view →
4.4.2 2026-08-12 1 file(s) view →
4.3.3 2026-08-01 1 file(s) view →
4.3.3 2026-07-06 1 file(s) view →