We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7518c34 commit e68dfb8Copy full SHA for e68dfb8
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