aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2016-03-17 19:44:28 +0800
committerDeterminant <ted.sybil@gmail.com>2016-03-17 19:44:28 +0800
commit38a2afc7d9c50859e99e09f4f64af3a4254f6f37 (patch)
tree8837b37ad0311847a5540dc11aeb01ebf1e95338
parent53332ce64662c7836296bdafa25deec9a24020eb (diff)
add explicit KALDI_BASE setting to READMEalpha-3
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c00743c..5e04a07 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,7 @@ on your computer.
# still at the root directory of NERV repo)
git clone https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/nerv-speech.git speech
# build and install HTK I/O support, Kaldi I/O support, Kaldi decoding support, etc.
- make speech BLAS_TYPE=mkl BLAS_BASE=/home/intel/mkl/lib/intel64/
+ make speech BLAS_TYPE=mkl BLAS_BASE=/home/intel/mkl/lib/intel64/ KALDI_BASE=/speechlab/tools/KALDI/kaldi-master/
Example & Tutorial
------------------