From 3c267f9c9da5fe5f4c98de6d94cb0009b42a6bcb Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 11 Dec 2020 08:35:46 +1000 Subject: [PATCH] README: clang and libclang are different --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e080ea9d..e9da8f8a3 100644 --- a/README.md +++ b/README.md @@ -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