Mercurial > hg > aimc
annotate trunk/build_python_module.sh @ 286:2eb392a59621
-Added a couple of scripts to run cpplint.py on everything (apart from 3rd party imports) and to build and install the python module
author | tomwalters |
---|---|
date | Fri, 19 Feb 2010 14:19:32 +0000 |
parents | |
children |
rev | line source |
---|---|
tomwalters@286 | 1 #!/bin/bash |
tomwalters@286 | 2 cd swig |
tomwalters@286 | 3 python setup.py "build_ext" |
tomwalters@286 | 4 python setup.py install |
tomwalters@286 | 5 cd .. |