kushalvyas / PyObjects-and-Boost-tutorials

A tutorial on how to make C++ extensions/libraries to a Python parent routine using either PyObjects or Boost::Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Setup Script for installation of dependencies

Usage

  1. Download and extract the .zip file anywhere on the computer
  2. Open the folder you extracted it to
  3. Shift+Right Click, and select "Open in Terminal"
  4. type sudo ./setup.sh
  5. Type the password when prompted

All code is contained in the demo folder.

About

A tutorial on how to make C++ extensions/libraries to a Python parent routine using either PyObjects or Boost::Python


Languages

Language:Shell 100.0%