Download HTK
HTK can be downloaded either via HTTP or FTP. In either
case you need to register and agree to the
license to receive a username
and password which allows you to download HTK.
HTK is available as a source distribution. To build HTK3 you must
have a working ANSI C compiler and associated tools installed on your
system. Ask your Systems Administrator if you are unsure whether you
have these tools.
Documentation for the individual tools that make up HTK can be found
in the HTKBook.
Registered users may download the most recent version of HTK and the
HTK Samples using the following links:
Linux/Unix downloads
Windows downloads
HTK Book
Browse HTK software archive
Using FTP
Use your FTP client to log into
htk.eng.cam.ac.uk using the
username and password given to you. From here you can download
snapshots of current HTK releases. A typical command line FTP session
to download the current HTK release would appear as below (with typed
instructions in
bold):
| ftp htk.eng.cam.ac.uk |
| Connected to htk.eng.cam.ac.uk. |
| 220 htk FTP server ready. |
| Name (htk.eng.cam.ac.uk:test): <username> |
| 331 Password required for <username>. |
| Password: <password> |
| 230 User <username> logged in. |
| Remote system type is UNIX. |
| Using binary mode to transfer files. |
| ftp> cd software |
| 250 CWD command successful. |
| ftp> binary |
| 200 Type set to I. |
| ftp> get HTK-3.4.1.tar.gz |
| ftp> get HTK-samples-3.4.1.tar.gz |