Created attachment 106045 [details] patch The list of dependencies for building clazy on Ubuntu in README.md is incomplete, as building fails because of missing header files when the llvm-dev (or to be more precise a llvm-3.*-dev) package isn't installed. The attached patch suggests just replacing llvm with llvm-dev, as it depends on the llvm package anyway.
Git commit 66e90a826a47785aaaa2fb13450c2c64f44f56ff by Sergio Martins, on behalf of Josef Vitu. Committed on 11/06/2017 at 17:55. Pushed by smartins into branch '1.2'. README: Fix llvm dependencies for Ubuntu Needs to be llvm-dev instead of llvm M +1 -1 README.md https://commits.kde.org/clazy/66e90a826a47785aaaa2fb13450c2c64f44f56ff
Done. Thanks!