Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ update-alternatives --install /usr/bin/clang clang /usr/bin/clang-18 100

Install CodeChecker:
> [!Note]
> Currently the pip installed CodeChecker works best with these rules, which is our recommendation (as opposed to using acustom-built CodeChecker).
> Currently the pip installed CodeChecker works best with these rules, which is our recommendation (as opposed to using a custom-built CodeChecker).

```bash
python3 -m venv ./codechecker_venv && \
Expand All @@ -113,6 +113,9 @@ Alternatively follow the official guide at: https://bazel.build/install
> Don't use ccache! You should disable/remove/uninstall it, as the rules don't support it.
<!-- TODO When we make a decision on how to handle ccache in #36, expand this section -->

> [!WARNING]
> When debugging, or reporting a bug, take into consideration which sandbox mode did bazel ran in. Be careful as the default sandbox can change if you ran [Bazel inside Docker](https://bazel.build/versions/6.5.0/docs/sandboxing#:~:text=Both%20the%20linux,run%20%2D%2Dprivileged.).

How to use
----------

Expand Down