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
3 changes: 2 additions & 1 deletion bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ up-to-date with the latest security patches. See
for how to update or override dependencies.

1. Install the latest version of [Bazel](https://bazel.build/versions/master/docs/install.html) in your environment.
2. Install external dependencies libtool, cmake, ninja, and realpath libraries separately.
2. Install external dependencies libtool, cmake, ninja, realpath and curl libraries separately.
On Ubuntu, run the following commands:
```
apt-get install libtool
Expand All @@ -36,6 +36,7 @@ On Ubuntu, run the following commands:
apt-get install clang-format-5.0
apt-get install automake
apt-get install ninja-build
apt-get install curl
```

On Fedora (maybe also other red hat distros), run the following:
Expand Down