Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 649 Bytes

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.