aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/README.md
diff options
context:
space:
mode:
authorGravatar superryanguo <superryanguo@gmail.com>2017-06-20 21:45:42 +0800
committerGravatar superryanguo <superryanguo@gmail.com>2017-06-20 21:45:42 +0800
commitc2e76ea3cadde3b11eaf514c7dd2e7d18721f5b9 (patch)
tree3570f47f774af718a6883980d03ee074055a9955 /tensorflow/go/README.md
parent1f82b7a5bf66782bd6ed8152c8b0e84208ecfc45 (diff)
Add the shared libraries in the quickstart
Diffstat (limited to 'tensorflow/go/README.md')
-rw-r--r--tensorflow/go/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/go/README.md b/tensorflow/go/README.md
index a1b4255292..871b35e41d 100644
--- a/tensorflow/go/README.md
+++ b/tensorflow/go/README.md
@@ -26,6 +26,8 @@ Construct and execute TensorFlow graphs in Go.
curl -L \
"https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-${TF_TYPE}-$(go env GOOS)-x86_64-1.1.0.tar.gz" |
sudo tar -C /usr/local -xz
+ export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
```
2. `go get` this package (and run tests):