编译运行HTS
我的OS是ubuntu-14.04.3-desktop-amd64.iso。
Installation Instructions
*************************
1. This version is released as a patch code for HTK-3.4.1 and HDecode-3.4.1.
You can download them from
HTK-3.4.1: .shtml
HDecode-3.4.1: .shtml
2. After downloading HTK-3.4.1.tar.gz and HDecode-3.4.1.tar.gz, expand them as
follows:
% tar -zxvf HTK-3.4.1.tar.gz
% tar -zxvf HDecode-3.4.1.tar.gz
3. And then apply HTS-2.3_for_HTK-3.4.1.patch for HTK-3.4.1 as
% cd htk
% patch -p1 -d . < HTS-2.3_for_HTK-3.4.1.patch
4. Run configure script with appropriate options.
% ./configure
For detail, please see.
% ./configure --help
5. Run make.
% make
编译错误1解决:sudo apt-get install libx11-dev
编译错误2解决:
./configure CFLAGS="-DARCH=linux"
这是一个常遇到的错误见:.html。
6. Install library and binary.
% make install
编译运行HTS
我的OS是ubuntu-14.04.3-desktop-amd64.iso。
Installation Instructions
*************************
1. This version is released as a patch code for HTK-3.4.1 and HDecode-3.4.1.
You can download them from
HTK-3.4.1: .shtml
HDecode-3.4.1: .shtml
2. After downloading HTK-3.4.1.tar.gz and HDecode-3.4.1.tar.gz, expand them as
follows:
% tar -zxvf HTK-3.4.1.tar.gz
% tar -zxvf HDecode-3.4.1.tar.gz
3. And then apply HTS-2.3_for_HTK-3.4.1.patch for HTK-3.4.1 as
% cd htk
% patch -p1 -d . < HTS-2.3_for_HTK-3.4.1.patch
4. Run configure script with appropriate options.
% ./configure
For detail, please see.
% ./configure --help
5. Run make.
% make
编译错误1解决:sudo apt-get install libx11-dev
编译错误2解决:
./configure CFLAGS="-DARCH=linux"
这是一个常遇到的错误见:.html。
6. Install library and binary.
% make install
发布评论