CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
547 stars 144 forks source link

请问是否支持Linux.arm架构? #178

Closed Mattscl closed 1 year ago

Mattscl commented 1 year ago

大佬,我看到你介绍里又Linux.X86,没有提到Linux.arm,我司目前研发一款产品基于Linux.arm,目前正在技术选型,想要咨询下是否支持在该架构下使用您的组件?

tishion commented 1 year ago

理论上是可以的,需要使用对应的Arm64的QT。

Mattscl commented 1 year ago

好嘞,我抽空试一试,感谢回答!

从 Windows 版邮件https://go.microsoft.com/fwlink/?LinkId=550986发送

发件人: Sheen @.> 发送时间: 2022年11月18日 12:16 收件人: @.> 抄送: @.>; @.> 主题: Re: [CefView/QCefView] 请问是否支持Linux.arm架构? (Issue #178)

理论上是可以的,需要使用对应的Arm64的QT。

― Reply to this email directly, view it on GitHubhttps://github.com/CefView/QCefView/issues/178#issuecomment-1319522805, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF45NAXFX2I43KK4TJPRNNTWI37IZANCNFSM6AAAAAASD7L744. You are receiving this because you authored the thread.Message ID: @.***>

Mattscl commented 1 year ago

还有个问题,我编译的时候报错。请问qcefview对于qt和cef版本有什么要求呢?

从 Windows 版邮件https://go.microsoft.com/fwlink/?LinkId=550986发送

发件人: Sheen @.> 发送时间: 2022年11月18日 12:16 收件人: @.> 抄送: @.>; @.> 主题: Re: [CefView/QCefView] 请问是否支持Linux.arm架构? (Issue #178)

理论上是可以的,需要使用对应的Arm64的QT。

― Reply to this email directly, view it on GitHubhttps://github.com/CefView/QCefView/issues/178#issuecomment-1319522805, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF45NAXFX2I43KK4TJPRNNTWI37IZANCNFSM6AAAAAASD7L744. You are receiving this because you authored the thread.Message ID: @.***>

tishion commented 1 year ago

需要自己设置cmake的toolchain,目前cef自带的cmake并不支持通过设置参数来支持 Linux 下的arm/arm64来编译。