view scripts/build_python_module.sh @ 260:0a8fac5bbfeb

corrected a bug in the swig example and added a new more complex example
author hamel.phil
date Wed, 05 Jan 2011 18:48:02 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..