Kaldi: Difference between revisions

From Bitpost wiki
(Created page with " sudo apt install subversion libatlas3-base cd development git clone https://github.com/kaldi-asr/kaldi.git kaldi --origin upstream cd kaldi/tools extras/check_dependenci...")
 
No edit summary
Line 6: Line 6:
  # it wants me to: ln -s -f bash /bin/sh
  # it wants me to: ln -s -f bash /bin/sh
  # i don't think so... ubuntu has used dash since v8 or so...
  # i don't think so... ubuntu has used dash since v8 or so...
# edit Makefile, use the newer version of OPENFST (1.4.1)
make

Revision as of 22:09, 18 November 2016

sudo apt install subversion libatlas3-base 
cd development
git clone https://github.com/kaldi-asr/kaldi.git kaldi --origin upstream
cd kaldi/tools
extras/check_dependencies.sh 
# it wants me to: ln -s -f bash /bin/sh
# i don't think so... ubuntu has used dash since v8 or so...
# edit Makefile, use the newer version of OPENFST (1.4.1)
make