Mercurial > hg > aimc
view trunk/scripts/build_python_module.sh @ 426:b43c2eec4f73
Edited wiki page BuildingOnWindows through web user interface.
author | tom@acousticscale.org |
---|---|
date | Tue, 02 Nov 2010 22:17:13 +0000 |
parents | e344ef4898b2 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..