Comments

Flat
HTK install
User: bala
Date: 8/29/2011 12:34 pm
Views: 4034
Rating: 16

HTK is now ready to be built.

Type "make all" to build the HTK libraries
and tools.

Then "make install" to install them.

The tools will be installed in /home/ravi/bin/htk/bin

Build notes: Language Modelling tools will be
built. HDecode will not be built. You can build
it manually later by running 'make hdecode
install-hdecode'

**************************************************
ravi@ubuntu:~/bin/htk$ make all
(cd HTKTools && make all) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/ravi/bin/htk/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ravi/bin/htk/HTKTools'
(cd HLMTools && make all) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/ravi/bin/htk/HLMTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ravi/bin/htk/HLMTools'

Re: HTK install
User: kmaclean
Date: 9/1/2011 9:22 am
Views: 169
Rating: 14

>Type "make all" to build the HTK libraries and tools.

Do you have a question?

PreviousNext