Mercurial > hg > aimc
view trunk/scripts/build_python_module.sh @ 403:4bf09e7d8e15
Edited wiki page Building through web user interface.
author | tomwalters |
---|---|
date | Tue, 19 Oct 2010 06:29:13 +0000 |
parents | e344ef4898b2 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..