[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:02260] Re: problem of hts installation


Hi,

I think that "/usr/local/HTS-2.1/bin" is not in the environment variable PATH

regards,
Sébastien


谢旭 a écrit :
Hi all,

I attempted to install the HTS, but some problems appeared. Please help me. The details are following:

After the "make all" step, I did the "make install" step. When the "make install" finished, I inputed "HInit' just to check whether the installation was ok. The result was "bash: HInit: command not found".

The following is the scripts:

xiexu@xiexu-laptop:~/Desktop/
htk$ sudo make install

(cd HTKTools && make all) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/xiexu/Desktop/htk/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xiexu/Desktop/htk/HTKTools'
(cd HTKTools && make install) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/xiexu/Desktop/htk/HTKTools'
if [ ! -d /usr/local/HTS-2.1/bin ] ; then mkdir -p /usr/local/HTS-2.1/bin ; fi for program in HSLab HBuild HCompV HCopy HDMan HERest HHEd HInit HLEd HList HLRescore HLStats HMMIRest HParse HQuant HRest HResults HSGen HSmooth HVite HMGenS ; do /usr/bin/install -c -m 755 ${program} /usr/local/HTS-2.1/bin ; done
make[1]: Leaving directory `/home/xiexu/Desktop/htk/HTKTools'

xiexu@xiexu-laptop:~/Desktop/htk$ HInit
bash: HInit: command not found

Thanks
Xu

begin:vcard
fn;quoted-printable:S=C3=A9bastien Le Maguer
n;quoted-printable:Le Maguer;S=C3=A9bastien
org:;Equipe CORDIAL
adr:ENSSAT - 6 rue de Kerampont, BP 80518 ;;Bureau 203-I;Lannion Cedex;;22305 ;France
email;internet:Sebastien.Le_Maguer@xxxxxxxx
title:Doctorant
tel;work:02 96 46 91 29
url:http://www.irisa.fr/cordial/Members/slemague/
version:2.1
end:vcard


Follow-Ups
[hts-users:02263] Re: problem of hts installation, 谢旭
References
[hts-users:02256] problem of hts installation, 谢旭