Skip to content

Commit 0d9cb2f

Browse files
bartchr808rxwei
authored andcommitted
Update README to specify user to download Bazel v0.22.0. (#24195)
1 parent dc6415e commit 0d9cb2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,17 @@ You will also need [CMake](https://cmake.org), [Ninja](https://ninja-build.org),
3939
```shell
4040
brew install cmake ninja
4141
brew cask install caskroom/versions/java8 # required for Bazel
42-
brew install bazel # required for TensorFlow support
4342
```
4443

45-
Instructions for installing CMake, Ninja, and Bazel directly can be found [below](#build-dependencies).
44+
Additionally, [Bazel](https://www.bazel.build) v0.22.0 is required to build with TensorFlow support. Instructions to download Bazel directly can be found [below](###bazel). You can find instructions for installing CMake, and Ninja directly [below](#build-dependencies) as well.
4645

4746
#### Linux
4847

4948
For Ubuntu, you'll need the following development dependencies:
5049

5150
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync
5251

53-
Additionally, [Bazel](https://www.bazel.build) is required to build with TensorFlow support. Ubuntu installation instructions are [here](https://docs.bazel.build/versions/master/install-ubuntu.html).
52+
Additionally, [Bazel](https://www.bazel.build) v0.22.0 is required to build with TensorFlow support. Ubuntu installation instructions can be found [below](###bazel).
5453

5554
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
5655
with version 2 shipped with Ubuntu.
@@ -341,3 +340,4 @@ next to the other projects and it will be bootstrapped automatically:
341340
The Bazel website has detailed installation instructions for
342341
[macOS](https://docs.bazel.build/versions/master/install-os-x.html) and
343342
[Ubuntu](https://docs.bazel.build/versions/master/install-ubuntu.html).
343+
When picking the version to download in step 2, select v0.22.0 which can be found in the release notes [here](https://github.com/bazelbuild/bazel/releases/tag/0.22.0).

0 commit comments

Comments
 (0)