Skip to content

Commit

Permalink
Add workaround (#86)
Browse files Browse the repository at this point in the history
Add some tips for Ubuntu with llvm-6 and clang-6.

Add some notes from #74 .
  • Loading branch information
driverCzn authored Feb 25, 2020
1 parent 44e50ad commit 5b22b6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ Compiling the generator on Linux

You need:
- The clang libraries version 3.4 or later


You may want to `sudo apt install llvm-7 clang-7 libclang-7-dev` on Ubuntu if you ran into error like that clang says it cannot find "ClangConfig.cmake". More details in [issues#74](https://github.com/woboq/woboq_codebrowser/issues/74) .

Example:
```bash
cmake . -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 5b22b6a

Please sign in to comment.