Skip to content

JDASoftwareGroup/boost.python-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

General

  1. Boost (version >= 1.3.2)
  2. Python (version >= 2.2)
  3. A C++ compiler for your platform, e.g. GCC or MinGW
  4. Cmake [optional]

Mac-OS with homebrew

Installing boost.python:

  • brew install cmake boost-python (If using Cmake)
  • brew install boost-python3

Building

  1. Set the BOOST_ROOT environment variable if Boost is installed in a non-standard directory
  2. Create a build directory:
  • mkdir build
  • cd build
  1. run cmake .. and afterwards make

Executing

Run the python file with .py extension.

About

No description, website, or topics provided.

Resources

License

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors