Skip to content

Commit

Permalink
install_kaldi.sh: fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert M Ochshorn authored and Robert M Ochshorn committed Nov 30, 2015
1 parent 496bff3 commit 77d24a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_kaldi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Prepare Kaldi
cd ext/kaldi/tools
make atlas openfst
cd ../../src
cd ../src
./configure --static --static-math=yes --static-fst=yes --use-cuda=no
make depend
cd ../../

0 comments on commit 77d24a9

Please sign in to comment.