We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2ca0d commit 3976604Copy full SHA for 3976604
README.md
@@ -70,6 +70,8 @@ You need:
70
71
Example:
72
```bash
73
+# You may want to `sudo apt install llvm-7 clang-7 libclang-7-dev`
74
+#+if you ran into error like that clang says it cannot find "ClangConfig.cmake".
75
cmake . -DCMAKE_BUILD_TYPE=Release
76
make
77
```
0 commit comments