Skip to content

Commit aa63ee9

Browse files
Update compile_tensorflow_cpp.md
1 parent ea6c12e commit aa63ee9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compile_tensorflow_cpp.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Clang will not be downloaded.
9797
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]: n
9898

9999

100-
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: n
100+
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: N
101101
Not configuring the WORKSPACE for Android builds.
102102

103103
Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
@@ -173,7 +173,8 @@ python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1
173173
libprotoc 3.9.2
174174
```
175175
2. Download protobuf source code from its GitHub release https://github.com/protocolbuffers/protobuf/tags
176-
3. Compile and link
176+
- E.g. v3.9.2 https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.2
177+
4. Compile and link
177178
```bash
178179
./configure --prefix=/home/rangsiman/protobuf-3.9.2/
179180
make

0 commit comments

Comments
 (0)