编译运行HTS
- 编译运行HTS 推荐度:
- 相关推荐
编译运行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
- Linux用户权限ACL权限
- (转自林达华)深入问题本身
- VMware安装windows server2008R2x64
- 清华应届程序员同时被5家公司录取,晒出工资,网友:羡慕
- IIS服务器安全配置[摘]
- 什么是大数定律?
- 大数定律的形象理解
- SAP 启动物料帐后不可更改物料价格的处理方法
- ext2与ext3的区别
- C语言:void的用法即解析
- CSS3实现图片的3D旋转效果
- 解答:为什么要搭建企业论坛?如何快速搭建?
- 机器学习概述
- 主引导扇区(MBR),分区表(DPT)及活动分区(DBR)
- shiro反序列化漏洞的原理和复现
- 在window下查看占用tomcat进程,杀死进程并启用tomcat
- idea2021 乱码问题