Mercurial > hg > aimc
annotate trunk/scripts/install_htk.sh @ 706:f8e90b5d85fd tip
Delete CARFAC code from this repository.
It has been moved to https://github.com/google/carfac
Please email me with your github username to get access.
I've also created a new mailing list to discuss CARFAC development:
https://groups.google.com/forum/#!forum/carfac-dev
author | ronw@google.com |
---|---|
date | Thu, 18 Jul 2013 20:56:51 +0000 |
parents | ed91095d9240 |
children |
rev | line source |
---|---|
tomwalters@305 | 1 #!/bin/bash |
tomwalters@305 | 2 cd /media/sounds-database/htk |
tomwalters@305 | 3 wget --user $HTK_USERNAME --password $HTK_PASSWORD http://htk.eng.cam.ac.uk/ftp/software/HTK-3.4.1.tar.gz |
tomwalters@305 | 4 tar -xzf HTK-3.4.1.tar.gz |
tomwalters@305 | 5 cd htk |
tomwalters@305 | 6 ./configure --disable-hslab |
tomwalters@305 | 7 make |
tomwalters@305 | 8 sudo make install |