You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,17 @@ You will also need [CMake](https://cmake.org), [Ninja](https://ninja-build.org),
39
39
```shell
40
40
brew install cmake ninja
41
41
brew cask install caskroom/versions/java8 # required for Bazel
42
-
brew install bazel # required for TensorFlow support
43
42
```
44
43
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.
46
45
47
46
#### Linux
48
47
49
48
For Ubuntu, you'll need the following development dependencies:
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).
54
53
55
54
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
56
55
with version 2 shipped with Ubuntu.
@@ -341,3 +340,4 @@ next to the other projects and it will be bootstrapped automatically:
341
340
The Bazel website has detailed installation instructions for
342
341
[macOS](https://docs.bazel.build/versions/master/install-os-x.html) and
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