Also add apt package link
Details
Details
- Reviewers
Fabien deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING0f768b4acd62: Update CONTRIBUTING.md to clang-7
rABC0f768b4acd62: Update CONTRIBUTING.md to clang-7
I used the apt.llvm.org source to install clang-7 in Ubuntu, and it worked.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- clang7
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4580 Build 7223: Bitcoin ABC Buildbot (legacy) Build 7222: arc lint + arc unit
Event Timeline
Comment Actions
What about this thing I had to run? update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-7 100 -- was that not needed when you grabbed it from apt.llvm.org?
Comment Actions
@markblundeberg We should try to update the system's default on people's computers, IMO. It doesn't need to be the default anyways, it needs to be installed.
Comment Actions
@markblundeberg Yeah, I think that's a bit too specific, as it assumes what system the person is running, and people might have all kinds of different configurations. We don't want to get into system configuration management in these docs.
This at least points them in the right direction.