How do I install HTK on a 64 bit OS
User:
kmaclean
Date: 9/29/2006 10:19 am
Views: 197
Rating: 6
Rate [

|

]
To compile HTK on a 64 bit Fedora Core 4, I used the following commands:
- ./configure --prefix=/home/kmaclean/bin/htk-3.3 CC=gcc32
- make all
- make install