Skip to content

Commit

Permalink
modify install_kaldi script to clean kaldi directory (closes #127)
Browse files Browse the repository at this point in the history
  • Loading branch information
strob committed Feb 12, 2017
1 parent 6eabcc0 commit 0d96179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/install_kaldi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# Prepare Kaldi
cd kaldi/tools
make clean
make atlas openfst OPENFST_VERSION=1.4.1
cd ../src
make clean
./configure --static --static-math=yes --static-fst=yes --use-cuda=no
make depend
cd ../../

0 comments on commit 0d96179

Please sign in to comment.