Created
July 24, 2017 18:57
-
-
Save petewarden/b78be1604db10f0ea3de67c226828e75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tensorflow/contrib/makefile/download_dependencies.sh | |
sudo apt-get install -y \ | |
autoconf automake libtool gcc-4.8 g++-4.8 | |
cd tensorflow/contrib/makefile/downloads/protobuf/ | |
./autogen.sh | |
./configure | |
make | |
sudo make install | |
sudo ldconfig # refresh shared library cache | |
cd ../../../../.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment