Centos 7.2 安装QT5和QTCreator

1.yum install gcc gcc-c++ gdb cmake <br/>
2.下载QT.
http://download.qt.io/official_releases/qt/5.10/5.10.1/ 选择: qt-opensource-linux-x64-5.10.1.run
或者用镜像下载:
https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/5.10/5.10.1/qt-opensource-linux-x64-5.10.1.run chmod u+x qt-opensource-linux-x64-5.10.1.run

3.双击qt-opensource-linux-x64-5.10.1.run开始安装。
上一篇:设置定时执行任务


下一篇:Beego在views中格式化显示时间(int64转string)