Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 245 Bytes

File metadata and controls

3 lines (3 loc) · 245 Bytes

Building Python Embedding

g++ ./embedding.cpp -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -lboost_python