Skip to content

Miscelaneous fixes to the requirement section of the book #3033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/src/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ Add `export LIBCLANG_PATH=/usr/local/lib` to your profile.

#### From source

If your package manager doesn't yet offer Clang 5.0, you'll need to build from
If your package manager doesn't yet offer Clang 9.0, you'll need to build from
source. For that, follow the
instructions [here](http://clang.llvm.org/get_started.html).

Those instructions list optional steps. For `bindgen`:

* Checkout and build clang
* Checkout and build the extra-clang-tools
* Checkout and build `clang-tools-extra`
* You do not need to checkout or build compiler-rt
* You do not need to checkout or build libcxx
Loading