aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/install/install_sources.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/install/install_sources.md')
-rw-r--r--tensorflow/docs_src/install/install_sources.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/tensorflow/docs_src/install/install_sources.md b/tensorflow/docs_src/install/install_sources.md
index 0fdfe5e546..9f0ae475c1 100644
--- a/tensorflow/docs_src/install/install_sources.md
+++ b/tensorflow/docs_src/install/install_sources.md
@@ -317,12 +317,15 @@ $ <b>bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pk
Invoke `pip install` to install that pip package.
The filename of the `.whl `file depends on your platform.
For example, the following command will install the pip package
-for TensorFlow 1.0.0 on Linux:
+for TensorFlow 1.0.1 on Linux:
<pre>
-$ <b>sudo pip install /tmp/tensorflow_pkg/tensorflow-1.0.0-py2-none-any.whl</b>
+$ <b>sudo pip install /tmp/tensorflow_pkg/tensorflow-1.0.1-py2-none-any.whl</b>
</pre>
+**NOTE on gcc version 5:** the binary pip packages
+available on the TensorFlow website are built with gcc4 that uses the older ABI.
+To make the library compatible with the older abi you have to add `-cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"`
<a name="#ValidateYourInstallation"></a>
## Validate your installation