ASR-howto
来自cslt Wiki
1. how to build kaldi on linux?
Building Kaldi on windows with VS is pretty annoying. We therefore highly recommend to build the stuff within cygwin. The process is simple:
- . install cygwin. Select the following components:
- a. make b. gcc c. automake d. perl e. python f. clapack g. wget h. gfortrain+g77+f77 i. zlib
- . download kaldi from CSLT server at /nfs/disk/perm/tool/kaldi
- . install tools: go to kaldi/tools, run install.sh if you have all the required components installed.
- . install the core: go to kaldi/src, ./configure; make