2、安裝
chmod u+x qt-opensource-linux-x64-5.9.2.run此時只能在root使用者下執行./qt5.9.2/tools/qtcreator/bin/qtcreator.sh執行qtcreator./qt-opensource-linux-x64-5.9.2.run
進入安裝介面,進行安裝
安裝完成之後進入安裝目錄執行qtcreator
3、設定環境變數
新增環境變數4、執行qtcreatorexport ld_library_path=/opt/qt5.9.2/tools/qtcreator/lib:/opt/qt5.9.2/tools/qtcreator/lib/qtcreator:/opt/qt5.9.2/tools/qtcreator/lib/qt/lib:$ld_library_path
export path=$path:/opt/qt5.9.2/5.9.2/gcc_64/bin:/opt/qt5.9.2/tools/qtcreator/bin
qtcreator5、遇到的問題
./qt-opensource-linux-x64-5.9.2.run6、qtcreator無法輸入中文qxcbconnection: could not connect to display aborted (core dumped)
設定環境變數export display=:0.0
設定環境變數export qt_im_module=ibus
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....