aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/java/README.md')
-rw-r--r--tensorflow/java/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/java/README.md b/tensorflow/java/README.md
index 26377ba0d2..20eb6a8265 100644
--- a/tensorflow/java/README.md
+++ b/tensorflow/java/README.md
@@ -110,7 +110,7 @@ libraries will need to be built from source.
brew install swig
```
-3. [Configure](https://www.tensorflow.org/get_started/os_setup#configure_the_installation)
+3. [Configure](https://www.tensorflow.org/install/install_sources#configure_the_installation)
(e.g., enable GPU support) and build:
```sh
@@ -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