Bug 381102 - [PATCH] Inaccurate README.md
Summary: [PATCH] Inaccurate README.md
Status: RESOLVED FIXED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 15:24 UTC by Josef Vitu
Modified: 2017-06-11 17:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch (956 bytes, patch)
2017-06-11 15:24 UTC, Josef Vitu
Details

Note You need to log in before you can comment on or make changes to this bug.
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!