Skip to content

Commit

Permalink
Added install notes for boost & python
Browse files Browse the repository at this point in the history
  • Loading branch information
brodyh committed Oct 7, 2014
1 parent 9de04a1 commit 32a7cc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ installation instructions.

Check the issue tracker in case you need help:
https://github.com/BVLC/caffe/issues


# Brody's install notes
- install python2.7 from source
- ./configure --enable-unicode=ucs4 —enable-shared --prefix=/usr/local
- install boost 1.55 from source linking to new python
- ./bootstrap.sh --with-libraries=all --with-python=/usr/local/bin/python
- you may run into problems when you run "sudo ./b2 install" this is because
when b2 runs "sudo python ..." to get version info it fails, but works
when you run "python ..." (something to do with sudo not getting the
right LD_LIBRARY_PATH). You just need to run "./b2 install --debug (or --debug-configuration)"
then get where it fails to copy it without the right permisions, then just do this separately

0 comments on commit 32a7cc5

Please sign in to comment.