Fixing building from source instructions in README (#8333)

This commit is contained in:
Niraj Patel 2017-03-14 15:04:18 -05:00 committed by Jonathan Hseu
parent ae45437677
commit 9daae39fbf

View File

@ -120,8 +120,8 @@ libraries will need to be built from source.
//tensorflow/java:libtensorflow_jni
```
The JAR (`libtensorflow.jar`) and native library (`libtensorflow_jni.so`) will
be in `bazel-bin/tensorflow/java`.
The JAR (`libtensorflow.jar`) and native library (`libtensorflow_jni.so` on Linux or `libtensorflow_jni.dylib` on OS X) will
be in `bazel-bin/tensorflow/java`. Using these artifacts follow both steps 3 and 4 in the [quickstart](#quickstart) section in order to get your application up and running.
### Maven