Mercurial > hg > aimc
view scripts/build_python_module.sh @ 236:4fb328f81012
- SWIG fixes. Graphics updates.
author | tomwalters |
---|---|
date | Tue, 19 Oct 2010 19:48:37 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..