Skip to content

Instantly share code, notes, and snippets.

@petewarden
Created July 24, 2017 18:57
Show Gist options
  • Save petewarden/b78be1604db10f0ea3de67c226828e75 to your computer and use it in GitHub Desktop.
Save petewarden/b78be1604db10f0ea3de67c226828e75 to your computer and use it in GitHub Desktop.
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