From 77387a2f0c340e4bcc873016cc3127e1f12df323 Mon Sep 17 00:00:00 2001 From: noob Date: Fri, 14 Nov 2025 20:51:06 +0200 Subject: [PATCH] fix ubuntu packages --- getting-started/cpp-stuff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/cpp-stuff.md b/getting-started/cpp-stuff.md index 8796af97..705396bd 100644 --- a/getting-started/cpp-stuff.md +++ b/getting-started/cpp-stuff.md @@ -47,7 +47,7 @@ For CMake make sure you have at least version 3.29, some distributions like Debi On Ubuntu: ```bash -apt install clang-19 clang-tools-19 lld-19 +apt install clang clang-tools cmake lld llvm ``` On Arch-based systems: