Skip to content
Quantum edited this page Feb 2, 2018 · 1 revision

关于如何编译的问题:
在windows下,请先安装MinGW
先去[HTS官网](http://hts.sp.nitech.ac.jp/)下载[hts_engine_API](https://sourceforge.net/projects/hts-engine/files/hts_engine%20API/hts_engine_API-1.10/hts_engine_API-1.10.tar.gz/download?use_mirror=nchc)
编译并安装后就可以开始编译Sinsy-Remix了
配置时无需传入参数,如果提示hts_engine_API无法找到,可以手动配置目录
./configure —with-hts-engine-header-path=/usr/local/hts_engine_API/include —with-hts-engine-library-path=/usr/local/hts_engine_API/lib
把/usr/local/hts_engine_API改成你放hts_engine_API的路径

Clone this wiki locally