Skip to content

Instantly share code, notes, and snippets.

@Casxt
Last active November 12, 2018 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Casxt/068d0547b0382bc89536024a94dda183 to your computer and use it in GitHub Desktop.
Save Casxt/068d0547b0382bc89536024a94dda183 to your computer and use it in GitHub Desktop.
Build Caffe with python3.6.7
# 编译boost
``` bash
./bootstrap.sh --with-python=/usr/local/bin/python3.6 --with-python-root=/usr/local/python3.6.7
./bootstrap.sh --with-python=/usr/local/bin/python3.6
./b2 --clean
./b2 --with-python
./b2 install --prefix=/data/zhangkai/.local/boost
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment