By admin , 22 九月, 2025

1. 下载解压Ekho源代码

$ wget http://sourceforge.net/projects/e-guidedog/files/Ekho/9.0/ekho-9.0.tar.xz
$ tar xJvf ekho-9.0.tar.xz

 2. 下载解压藏语语音数据

$ cd ekho-9.0/ekho-data
$ wget https://sourceforge.net/projects/e-guidedog/files/Ekho-Voice-Data/0.2/tibetan-trinley-44100-wav-v1.tar.xz
$ tar xJvf tibetan-trinley-44100-wav-v1.tar.xz
$ ln -s tibetan-trinley-44100-wav tibetan

3. 编译运行

标签

By admin , 9 九月, 2025

PHP 7.2已经在中止支持,旧代码需要在下面链接下载:

https://php.watch/versions/7.2/releases/7.2.34

在安装PHP前,如果不是旧系统,自带的OpenSSL库会是3,需要先安装旧版OpenSSL库:

$ wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
$ tar zxvf openssl-1.1.1w.tar.gz
$ cd openssl*
$ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib
$ make
$ make test
$ make install

然后再安装PHP:

标签

最新内容

最新评论