Skip to content
Merged
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
4 changes: 2 additions & 2 deletions bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ for how to update or override dependencies.

On macOS, you'll need to install several dependencies. This can be accomplished via [Homebrew](https://brew.sh/):
```
brew install coreutils wget cmake libtool go bazel automake ninja llvm@7 autoconf aspell
brew install coreutils wget cmake libtool go bazel automake ninja clang-format autoconf aspell
```
_notes_: `coreutils` is used for `realpath`, `gmd5sum` and `gsha256sum`; `llvm@7` is used for `clang-format`
_notes_: `coreutils` is used for `realpath`, `gmd5sum` and `gsha256sum`

Envoy compiles and passes tests with the version of clang installed by XCode 9.3.0:
Apple LLVM version 9.1.0 (clang-902.0.30).
Expand Down