view scripts/build_python_module.sh @ 124:3325f8b2c8fc

- Demoved DCT from the SConstruct file
author tomwalters
date Tue, 19 Oct 2010 07:30:08 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..