old-kaldi-git icon indicating copy to clipboard operation
old-kaldi-git copied to clipboard

is there a version with easy installation of tools?

Open StevenLOL opened this issue 10 years ago • 2 comments

In folder src:

./configure

**configure failed: Could not find file /include/fst/fst.h: you may not have installed OpenFst. See ../tools/INSTALL **

To repeat this error :

  1. clone this project
  2. go to folder tools and make
  3. go to folder and ./configure

StevenLOL avatar Nov 20 '14 16:11 StevenLOL

Did you check if the make in the tools directory worked without errors? Particularly you must find a openfst folder inside tools that contains "include/fst/fst.h". See if you can run one of the binaries like tools/openfst/bin/fstinfo --help.

vimalmanohar avatar Nov 20 '14 17:11 vimalmanohar

in dir tools ,I run make -j 8 ,this have problem ,then I only run make ,the openfst-1.6.7 will compile and then the include dir in openfst-1.6.7 will be maked.

kinglion811 avatar Nov 29 '18 09:11 kinglion811