index
:
nerv-speech
Important extensions for NERV (HTK/Kaldi IO support, sequence training, etc.)
log msg
author
committer
range
fastnn
lookup-reader
master
wrapped-handles
summary
refs
log
tree
commit
diff
path:
root
/
htk_io
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Determinant <ted.sybil@gmail.com>
2016-02-29 20:03:52 +0800
committer
Determinant <ted.sybil@gmail.com>
2016-02-29 20:03:52 +0800
commit
1e0ac0fb5c9f517e7325deb16004de1054454da7
(
patch
)
tree
c75a6f0fc9aa50caa9fb9dccec7a56b41d3b63fd
/
htk_io
parent
fda1c8cf07c5130aff53775454a5f2cfc8f5d2e0
(
diff
)
refactor kaldi_decode
Diffstat
(limited to 'htk_io')
-rw-r--r--
htk_io/Makefile
4
1 files changed, 4 insertions, 0 deletions
diff --git a/htk_io/Makefile b/htk_io/Makefile
index 45ed5a9..6a5f529 100644
--- a/
htk_io/Makefile
+++ b/
htk_io/Makefile
@@ -1,3 +1,7 @@
+ifndef LUA_BINDIR
+$(error Please build the package via luarocks: `luarocks make`)
+endif
+
.PHONY: tnet
SHELL := /bin/bash
BUILD_DIR := $(CURDIR)/build