Skip to content
Snippets Groups Projects
Commit a3a57dea authored by Dan Povey's avatar Dan Povey
Browse files

Very small cosmetic changes to some scripts.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@902 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 9fc69e8b
No related branches found
No related tags found
No related merge requests found
......@@ -159,4 +159,3 @@ fsttablecompose data/lang_test/L_disambig.fst data/lang_test/G.fst | \
echo swbd_p1_format_data succeeded.
......@@ -13,8 +13,8 @@ if ! which automake >&/dev/null; then
sleep 1
fi
if ! which libtoolize >&/dev/null; then
echo "Warning: libtoolize not installed (IRSTLM installation probably will not work)"
if ! which libtoolize >&/dev/null && ! which glibtoolize >&/dev/null; then
echo "Warning: libtoolize or glibtoolize not installed (IRSTLM installation probably will not work)"
sleep 1
fi
......@@ -103,7 +103,7 @@ fi
cd irstlm
# Applying patch to get -write option of interpolate-lm
# May not work with anything else than revision 398
patch -N -p0 < ../interpolatedwrite-5.60.02.patch
patch -N -p0 < ../interpolatedwrite-5.60.02.patch || exit 1;
# Just using the default aclocal, automake.
# You may have to mess with the version by editing
......
......@@ -22,6 +22,8 @@
# you can edit
# /etc/sysconfig/cpuspeed
# to set GOVERNOR=performance
# On others you can do
# sudo cpufreq-selector performance
# You may under some circumstances have to specify -b 32 to the configure
# script (e.g. if you are compiling Kaldi in 32-bit on a 64-bit CPU).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment