Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin下编译QT5.10.0
Apps Section
1935
views ·
3
replies ·
To
floor
Go
jackeylea
deepin
2017-12-12 03:45
Author
Deepin下编译QT5.10.0全部组件
一、下载
http://download.qt.io/official_releases/qt/5.10/5.10.0/
二、安装必备组件
见附件
三、配置configure
sudo ./configure -static -release -platform linux-g++-64 -prefix
"/home/calmdown/Development/mingw64_static" -qt-sqlite -qt-zlib -qt-pcre
-qt-libpng -qt-libjpeg -qt-freetype -opengl -openssl -opensource
-confirm-license -developer-build -accessibility -sql-mysql -silent -cups -iconv
-pch -dbus(包含了几乎所有组件,当然也是最大的)
完全组件大约5.5G还是tar.gz压缩后的
四、对于配置的问题进行修复
比如Wayland-egl SQL libpng libgif
五、编译
sudo make -j 4 (四个处理器同时工作,结果是基本上四个处理器都是100%利用率)
用时一个小时2017-12-11 13:00-14:20
PS:编译方式好像和以前不一样了
六、安装
sudo make install (用时 2017-12-11 14:20-17:40)
七、后续处理
deepin中QT4 qt5默认在/usr/lib/linux-gun-****/qt4 \qt5
就此结束会出现多个版本的QT5,把编译好的文件复制,退换(没有强迫症的可以忽略)
八、配置QTcreator4.5.0
配置时提示qmlsence 未安装(提前复制好,然后放进目录)
九、部分日志、安装软件包见附件
Reply
Like 0
Favorite
View the author
All Replies
130******12
deepin
2017-12-12 05:58
#1
用深度商店里面的qt不可以吗?
Reply
Like 0
View the author
司南
deepin
2017-12-12 06:09
#2
话说完全组件居然有这么大。
Reply
Like 0
View the author
Ligocut光剪视频剪辑软件
deepin
Backbone of ecological co-construction group
2017-12-12 06:53
#3
qt什么时候变得这么大。。。。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
http://download.qt.io/official_releases/qt/5.10/5.10.0/
二、安装必备组件
见附件
三、配置configure
sudo ./configure -static -release -platform linux-g++-64 -prefix
"/home/calmdown/Development/mingw64_static" -qt-sqlite -qt-zlib -qt-pcre
-qt-libpng -qt-libjpeg -qt-freetype -opengl -openssl -opensource
-confirm-license -developer-build -accessibility -sql-mysql -silent -cups -iconv
-pch -dbus(包含了几乎所有组件,当然也是最大的)
完全组件大约5.5G还是tar.gz压缩后的
四、对于配置的问题进行修复
比如Wayland-egl SQL libpng libgif
五、编译
sudo make -j 4 (四个处理器同时工作,结果是基本上四个处理器都是100%利用率)
用时一个小时2017-12-11 13:00-14:20
PS:编译方式好像和以前不一样了
六、安装
sudo make install (用时 2017-12-11 14:20-17:40)
七、后续处理
deepin中QT4 qt5默认在/usr/lib/linux-gun-****/qt4 \qt5
就此结束会出现多个版本的QT5,把编译好的文件复制,退换(没有强迫症的可以忽略)
八、配置QTcreator4.5.0
配置时提示qmlsence 未安装(提前复制好,然后放进目录)
九、部分日志、安装软件包见附件