aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
------------------