Add missing prerequisite for some Linux distros (#1481)
This commit is contained in:
parent
7518c3445d
commit
e68dfb8e88
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue