[other] loongarch64 QT高版本源码编译
Tofloor
poster avatar
xw
deepin
2022-07-14 07:29
Author

求一份loongarch64中QT高版本(5.15, 包含qwebengine)的源码编译教程。感谢!

Reply Favorite View the author
All Replies
fuuko
deepin
2022-07-14 16:48
#1

sudo apt build-dep balabalabala

mkdir build && cd build

cmake .. && make -j8

Reply View the author
xw
deepin
2022-07-14 17:18
#2
fuuko

sudo apt build-dep balabalabala

mkdir build && cd build

cmake .. && make -j8

通过官方的编译教程,qwebengine是不被支持的,但是我看uos的系统中是有qwebengine的

Reply View the author
fuuko
deepin
2022-07-14 18:56
#3
xw

通过官方的编译教程,qwebengine是不被支持的,但是我看uos的系统中是有qwebengine的

那你就把UOS系统的扒出来看怎么编的呗,有debian文件夹的,里面有编译规则

Reply View the author
Alan-lu
deepin
2022-07-15 00:44
#4

https://docs.deepin.org/?_gl=12j38jp_gaMTg5MzQxOTM0Ni4xNjQ2MDM1Mjc3_ga_QHZ7DPPD2D*MTY1Nzc4ODEzOC40OS4xLjE2NTc3ODgxODYuMA..#/pages/document/info?index=1-0-1

Reply View the author
xw
deepin
2022-07-15 01:19
#5
Alan-lu

https://docs.deepin.org/?_gl=12j38jp_gaMTg5MzQxOTM0Ni4xNjQ2MDM1Mjc3_ga_QHZ7DPPD2D*MTY1Nzc4ODEzOC40OS4xLjE2NTc3ODgxODYuMA..#/pages/document/info?index=1-0-1

没有loongarch64平台的,按照qt官方教程,会提示qwebengine不支持此架构的

Reply View the author
xw
deepin
2022-07-15 01:21
#6
fuuko

那你就把UOS系统的扒出来看怎么编的呗,有debian文件夹的,里面有编译规则

麻烦先去了解一下qt源码编译,谢谢

Reply View the author