Mercurial > hg > aimc
annotate scripts/build_python_module.sh @ 254:9c9c539c0ea8
- A few more example config files
author | tom@acousticscale.org |
---|---|
date | Thu, 04 Nov 2010 21:28:26 +0000 |
parents | 01eba86df030 |
children |
rev | line source |
---|---|
tomwalters@18 | 1 #!/bin/bash |
tomwalters@18 | 2 cd swig |
tomwalters@18 | 3 python setup.py "build_ext" |
tomwalters@18 | 4 python setup.py install |
tomwalters@18 | 5 cd .. |