cd kaldi/tools
,執行它檢視缺少哪些底層依賴:extras/check_dependencies.sh
按指示安裝依賴:yum install gcc-c++ make automake autoconf patch bzip2 unzip wget sox gcc-gfortran libtool subversion python3 zlib-devel zlib-devel.x86_64 0:1.2.7-18.el7
安裝結束後which g++
檢視g++是否存在,沒有which需要手動安裝which:yum install which
,因為kaldi的config檔案查詢g++是使用which查詢的。
執行:make
,執行成功報:all done ok
,其他不影響編譯的工具可以先不裝。
配置:執行,cd ../src
;再執行./configure
顯示:kaldi has been successfully configured
centos7環境下安裝MySQL
安裝mysql官方的yum repository wget i cyum y install mysql57 community release el7 10.noarch.rpm安裝mysql服務 yum y install mysql community server啟動mysql服務 syst...
Centos7環境下安裝gitlab
1.安裝依賴 yum install curl openssh server openssh clients postfix cronie y 2.開啟postfix systemctl start postfix 3.設定postfix開機自啟動 systemctl enable postfix....
Centos7環境下安裝curl
curl是利用url語法在命令列方式下工作的開源檔案傳輸工具。它被廣泛應用在unix 多種linux發行版中,並且有dos和win32 win64下的移植版本。官網文件 wget2.解壓到當前目錄 tar zxf curl 7.54.0.tar.gz3.進入解壓後的目錄內 cd curl 7.54....