File tree 1 file changed +7
-6
lines changed
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
22
22
23
23
1 . [ Install basic dependencies] ( #1-install-basic-dependencies )
24
24
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 )
30
29
7 . [ References] ( #references )
31
30
32
31
## The Build
@@ -50,7 +49,9 @@ sudo apt-get install autoconf automake libtool maven
50
49
For Bazel:
51
50
52
51
``` 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
54
55
```
55
56
56
57
For TensorFlow:
You can’t perform that action at this time.
0 commit comments