I installed kaldi in my own Mac from scratch, and encountered some problems.
Here are some guidance for some one may have trouble in installing kaldi.
git clone https://github.com/kaldi-asr/kaldi.git kaldi-trunk --origin golden
./kaldi-trunk/tools/extras/check_dependencies.sh
- Install all the dependencies. Notice that
libtoolize
is namedlibtool
withinbrew
. cd kaldi-trunk/tools; make
cd ../src; ./configure; make