зеркало из https://github.com/mozilla/kaldi.git
trunk: Makefile fixes (fix dependencies)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3249 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
1fd24ed1a7
Коммит
d65f58d275
|
@ -144,7 +144,7 @@ preprocessor variables, setting compile options, linking with libraries, and so
|
|||
\section build_setup_platforms Which platforms has Kaldi been compiled on?
|
||||
|
||||
We have compiled Kaldi on Windows, Cygwin, various flavors of Linux (including
|
||||
Ubuntu, CentOS, Debian and SUSE), and Darwin. We recommend you to use g++ version
|
||||
on at least 4.4 (or above) in order to pass all the source code compilation.
|
||||
Ubuntu, CentOS, Debian and SUSE), and Darwin. We recommend you use g++ version
|
||||
4.4 or above for the source to compile.
|
||||
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@ OBJFILES =
|
|||
TESTFILES =
|
||||
|
||||
ADDLIBS = ../decoder/kaldi-decoder.a ../lat/kaldi-lat.a ../feat/kaldi-feat.a \
|
||||
../transform/kaldi-transform.a ../gmm/kaldi-gmm.a \
|
||||
../transform/kaldi-transform.a ../gmm/kaldi-gmm.a ../thread/kaldi-thread.a \
|
||||
../hmm/kaldi-hmm.a ../tree/kaldi-tree.a ../matrix/kaldi-matrix.a \
|
||||
../util/kaldi-util.a ../base/kaldi-base.a
|
||||
|
||||
|
|
|
@ -35,10 +35,8 @@ OBJFILES =
|
|||
|
||||
TESTFILES =
|
||||
|
||||
# Note: we intentionally list kaldi-gmm.a both before and after kaldi-transform.a, because
|
||||
# each requires symbols from the other.
|
||||
ADDLIBS = ../decoder/kaldi-decoder.a ../lat/kaldi-lat.a ../feat/kaldi-feat.a \
|
||||
../transform/kaldi-transform.a ../gmm/kaldi-gmm.a ../gmm/kaldi-gmm.a \
|
||||
../transform/kaldi-transform.a ../gmm/kaldi-gmm.a \
|
||||
../hmm/kaldi-hmm.a ../tree/kaldi-tree.a ../matrix/kaldi-matrix.a \
|
||||
../thread/kaldi-thread.a ../util/kaldi-util.a ../base/kaldi-base.a
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче