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-softwares/releases/latest/download/cmake--riscv64-linux.tar.gz

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

Releases (1)
Release TagDateAssets
release-2026-07-06 2026-07-06 1 file(s) view →