Add missing prerequisite for some Linux distros (#1481)

This commit is contained in:
Sergio de Carvalho 2022-10-12 00:52:48 +01:00 committed by GitHub
parent 7518c3445d
commit e68dfb8e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: