Skip to content

Commit e68dfb8

Browse files
authored
Add missing prerequisite for some Linux distros (#1481)
1 parent 7518c34 commit e68dfb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/building/prerequisites.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Before building the compiler, you need the following things installed:
99
* `git`
1010
* `ssl` which comes in `libssl-dev` or `openssl-devel`
1111
* `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
1213

1314
If building LLVM from source (the default), you'll need additional tools:
1415

0 commit comments

Comments
 (0)