From 38a2afc7d9c50859e99e09f4f64af3a4254f6f37 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 17 Mar 2016 19:44:28 +0800 Subject: add explicit KALDI_BASE setting to README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------ -- cgit v1.2.3