Skip to content

Commit 6c95ed9

Browse files
cmlucianohtuch
authored andcommitted
bazel: add autoconf to dep list for gperftools compilation (#6015)
Updated bazel README with autoconf dependency note for gperftool compilation Risk Level: low - docs only Testing: Tested install on Ubuntu 18.04 & MacOS Signed-off-by: Christopher M. Luciano <[email protected]>
1 parent 5fa54cf commit 6c95ed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bazel/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ for how to update or override dependencies.
3535
cmake \
3636
clang-format-7 \
3737
automake \
38+
autoconf \
3839
make \
3940
ninja-build \
4041
curl \
@@ -49,7 +50,7 @@ for how to update or override dependencies.
4950
5051
On macOS, you'll need to install several dependencies. This can be accomplished via [Homebrew](https://brew.sh/):
5152
```
52-
brew install coreutils wget cmake libtool go bazel automake ninja llvm@7
53+
brew install coreutils wget cmake libtool go bazel automake ninja llvm@7 autoconf
5354
```
5455
_notes_: `coreutils` is used for `realpath`, `gmd5sum` and `gsha256sum`; `llvm@7` is used for `clang-format`
5556

0 commit comments

Comments
 (0)