robertodr / boost-python-tutorial

Working code from the "Embedding Python in C++ Applications with boost::python" tutorial

Home Page:http://thejosephturner.com/blog/2011/06/02/embedding-python-in-c-applications-with-boostpython-introduction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the code from my "Embedding Python in C++ Applications with boost::python" tutorial on my blog at http://thejosephturner.com.

In a Linux build environment, all you should have to do is change the paths in the top-level Make.defaults file. You may also need to change the Python include directory if things don't seem to be working.

About

Working code from the "Embedding Python in C++ Applications with boost::python" tutorial

http://thejosephturner.com/blog/2011/06/02/embedding-python-in-c-applications-with-boostpython-introduction/


Languages

Language:C++ 95.3%Language:Makefile 4.7%