Skip to content

Commit 54ef07c

Browse files
committed
Clean ToC, ensure using JDK 8 in GUIDE.md
1 parent 3fb9763 commit 54ef07c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

GUIDE.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Here's the basic plan: build a 32-bit version of [Protobuf](https://github.com/g
2222

2323
1. [Install basic dependencies](#1-install-basic-dependencies)
2424
2. [Build Protobuf](#2-build-protobuf)
25-
3. [Build gRPC](#3-build-grpc)
26-
3. [Build Bazel](#4-build-bazel)
27-
4. [Install USB Memory as Swap](#5-install-a-memory-drive-as-swap-for-compiling)
28-
5. [Compiling TensorFlow](#6-compiling-tensorflow)
29-
6. [Cleaning Up](#7-cleaning-up)
25+
3. [Build Bazel](#3-build-bazel)
26+
4. [Install USB Memory as Swap](#4-install-a-memory-drive-as-swap-for-compiling)
27+
5. [Compiling TensorFlow](#5-compiling-tensorflow)
28+
6. [Cleaning Up](#6-cleaning-up)
3029
7. [References](#references)
3130

3231
## The Build
@@ -50,7 +49,9 @@ sudo apt-get install autoconf automake libtool maven
5049
For Bazel:
5150

5251
```shell
53-
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip
52+
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip openjdk-8-jdk
53+
# Select the java-8-openjdk option for the update-alternatives command
54+
sudo update-alternatives --config java
5455
```
5556

5657
For TensorFlow:

0 commit comments

Comments
 (0)