view scripts/build_python_module.sh @ 28:30a5acc043e7

-Added HTKAimfeat script to run a complete experiment on the CNBH syllables database -Added simple script for booting an EC2 instance and calling the setup script from the svn repo
author tomwalters
date Wed, 24 Feb 2010 14:07:01 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..