started with python binding

This commit is contained in:
TLINDEN
2014-12-14 14:38:30 +01:00
parent 6f47b86f98
commit 9e71b84c85
9 changed files with 886 additions and 0 deletions

8
bindings/py/Makefile.am Normal file
View File

@@ -0,0 +1,8 @@
all:
python setup.py build
install:
python setup.py install
clean:
rm -rf build