We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c4c74 commit 94dec07Copy full SHA for 94dec07
src/building/prerequisites.md
@@ -9,6 +9,7 @@ Before building the compiler, you need the following things installed:
9
* `git`
10
* `ssl` which comes in `libssl-dev` or `openssl-devel`
11
* `pkg-config` if you are compiling on Linux and targeting Linux
12
+* `libstdc++-static` may be required on some Linux distributions such as Fedora and Ubuntu
13
14
If building LLVM from source (the default), you'll need additional tools:
15
0 commit comments