File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,10 @@ Here's the basic plan: build a 32-bit version of [Protobuf](https://github.com/g
2222
23231 . [ Install basic dependencies] ( #1-install-basic-dependencies )
24242 . [ 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 )
30297 . [ References] ( #references )
3130
3231## The Build
@@ -50,7 +49,9 @@ sudo apt-get install autoconf automake libtool maven
5049For 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
5657For TensorFlow:
You can’t perform that action at this time.
0 commit comments