欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Qt5.8.0安装

程序员文章站 2022-05-28 11:53:05
...

做opencv的时候需要用qt来做界面,想起实验楼有Qt的项目,就把其中关于安装的流程记录一下,以备后面使用。

下载Qtcreater开发工具,并且添加可执行权限。

aaa@qq.com:~/code$ wget http://labfile.oss.aliyuncs.com/courses/1186/qt-opensource-linux-x64-5.8.0.run
--2019-03-03 18:35:01--  http://labfile.oss.aliyuncs.com/courses/1186/qt-opensource-linux-x64-5.8.0.run
Resolving labfile.oss.aliyuncs.com (labfile.oss.aliyuncs.com)... 47.110.177.159
Connecting to labfile.oss.aliyuncs.com (labfile.oss.aliyuncs.com)|47.110.177.159|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 803460535 (766M) [application/octet-stream]
Saving to: ‘qt-opensource-linux-x64-5.8.0.run’

100%[======================================>] 803,460,535 5.51MB/s   in 2m 22s 

2019-03-03 18:37:25 (5.40 MB/s) - ‘qt-opensource-linux-x64-5.8.0.run’ saved [803460535/803460535]
aaa@qq.com:~/code$ chmod u+x qt-opensource-linux-x64-5.8.0.run 

直接用了实验楼oss上的连接,下载版本应该是Linux64位。

Qt5.8.0安装

然后就是很普通的界面安装了。。。。

惊人的很简单。