view scripts/build_python_module.sh @ 125:bf1417b5d83e

- 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 ..