Compiling HTK 3.4 on Mac OS X
Sunday, 1st November, 2009
Download the HTK source tarball from the HTK website. Note you must register — and make sure you read the licence! — before you can download either the code or the documentation.
Then, …
$ cd /path/to/directory/containing/htk/tarball $ tar zxf HTK-3.4.1.tar.gz $ cd htk $ ./configure $ make all $ sudo make install
…, installs everything into /usr/local/bin/.