From 4ad3db600c95ef70e66157dc7bbf5fb1180755e6 Mon Sep 17 00:00:00 2001 From: louiellan Date: Sat, 20 Jun 2026 09:43:42 +0800 Subject: [PATCH] doc: update gcc toolchains to `gcc-13` and `g++-13` since the prerequisites are `gcc` and `g++` >= `13.2` Signed-off-by: louiellan --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index de50ddd53b8673..3dd38762108f86 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -252,7 +252,7 @@ tarball and/or browse the git repository checked out at the relevant tag. Installation via Linux package manager can be achieved with: * Nix, NixOS: `nix-shell` -* Ubuntu, Debian: `sudo apt-get install python3 g++-12 gcc-12 make python3-pip` +* Ubuntu, Debian: `sudo apt-get install python3 g++-13 gcc-13 make python3-pip` * Fedora: `sudo dnf install python3 gcc-c++ make python3-pip` * CentOS and RHEL: `sudo yum install python3 gcc-c++ make python3-pip` * OpenSUSE: `sudo zypper install python3 gcc-c++ make python3-pip`