README: clang and libclang are different

This commit is contained in:
teor 2020-12-11 08:35:46 +10:00 committed by Deirdre Connolly
parent 9c711c42c9
commit 3c267f9c9d
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ that there is a lot of key functionality still missing.
#### Build Troubleshooting
If you're having trouble with:
- **dependencies:** use `cargo install` without `--locked` to build with the latest versions of each dependency
- **dependencies:**
- install both `libclang` and `clang` - they are usually different packages
- use `cargo install` without `--locked` to build with the latest versions of each dependency
- **libclang:** check out the [clang-sys documentation](https://github.com/KyleMayes/clang-sys#dependencies)
- **g++ or MSVC++:** try using clang or Xcode instead
- **rustc:** use rustc 1.48 or later