Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. brew install libtorrent-rasterbar
  2.  
  3. otool -L /usr/local/lib/libboost_python-mt.dylib
  4.  
  5. /usr/local/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0)
  6.  
  7. brew rm boost ; brew install boost --build-from-source
  8.  
  9. def install
  10. system "./configure", "--disable-debug",
  11. "--disable-dependency-tracking",
  12. "--enable-python-binding",
  13. "--with-boost-python=mt",
  14. "--prefix=#{prefix}"
  15.  
  16. % python
  17. Python 2.7.3 (default, Feb 10 2013, 10:53:34)
  18. [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)] on darwin
  19. Type "help", "copyright", "credits" or "license" for more information.
  20. >>> import libtorrent
  21. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement