Bug 381102

Summary: [PATCH] Inaccurate README.md
Product: [Developer tools] clazy Reporter: Josef Vitu <josef>
Component: generalAssignee: Sergio Martins <smartins>
Status: RESOLVED FIXED    
Severity: normal CC: smartins
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: patch

Description Josef Vitu 2017-06-11 15:24:34 UTC
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.
Comment 1 Sergio Martins 2017-06-11 17:56:15 UTC
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
Comment 2 Sergio Martins 2017-06-11 17:56:40 UTC
Done.
Thanks!