Add the shared libraries in the quickstart

This commit is contained in:
superryanguo 2017-06-20 21:45:42 +08:00
parent 1f82b7a5bf
commit c2e76ea3ca

View File

@ -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):