From 10bc381f421198d591ddf1cabdf7c172d6ec6b4d Mon Sep 17 00:00:00 2001 From: Sergio de Carvalho Date: Tue, 11 Oct 2022 22:50:14 +0100 Subject: [PATCH] Add missing prerequisite for some Linux distros Fedora and Ubuntu users have reported missing `libstdc++-static` when attempting to build the compiler. --- src/building/prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/building/prerequisites.md b/src/building/prerequisites.md index ad68c20f0..100b14aca 100644 --- a/src/building/prerequisites.md +++ b/src/building/prerequisites.md @@ -9,6 +9,7 @@ Before building the compiler, you need the following things installed: * `git` * `ssl` which comes in `libssl-dev` or `openssl-devel` * `pkg-config` if you are compiling on Linux and targeting Linux +* `libstdc++-static` may be required on some Linux distributions such as Fedora and Ubuntu If building LLVM from source (the default), you'll need additional tools: