view scripts/build_python_module.sh @ 515:0986e63dd1d7

- Add limits.h - Fix a compile warning.
author tom@acousticscale.org
date Tue, 10 Jul 2012 07:44:29 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..