comparison build_python_module.sh @ 14:ba2f7596d1a2

-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
comparison
equal deleted inserted replaced
13:88fe02836a6b 14:ba2f7596d1a2
1 #!/bin/bash
2 cd swig
3 python setup.py "build_ext"
4 python setup.py install
5 cd ..