Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarat-ravi/pyboost
Boost Python for Humans
https://github.com/sarat-ravi/pyboost
Last synced: about 2 months ago
JSON representation
Boost Python for Humans
- Host: GitHub
- URL: https://github.com/sarat-ravi/pyboost
- Owner: sarat-ravi
- Created: 2013-04-16T07:58:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T23:53:12.000Z (about 11 years ago)
- Last Synced: 2024-04-14T19:51:58.579Z (9 months ago)
- Language: C++
- Size: 71.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyBoost
-------------## Installation
###Dependencies
* Boost
* gcc###Setup
* set boost environment variable:```
export BOOST_ROOT=
```* make sure boost is already built. You should see bjam binary in the boost directory
* cd into one of the projects and use the Makefile