view scripts/build_python_module.sh @ 143:a915f8e28cad

- A few more example config files
author tom@acousticscale.org
date Thu, 04 Nov 2010 21:28:26 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..