Skip to content

Commit

Permalink
Add missing prerequisite for some Linux distros (rust-lang#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarvalhojr committed Oct 11, 2022
1 parent 7518c34 commit e68dfb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/building/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e68dfb8

Please sign in to comment.