salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.2k stars 365 forks source link

Can you help compile a binary #469

Closed jwj76 closed 1 year ago

jwj76 commented 1 year ago

Can you help compile a binary that Chromium87.0.4280.141 can run under LInuxARM64? Currently, the PAGESIZE of files such as libcef.so is 4K, while the PAGESIZE of most LInuxARM64 is 64K. Thank you!

salvadordf commented 1 year ago

There's a tutorial to build the Windows CEF binaries here but it uses the latest CEF version.

I'm not sure if it's possible to build an old version of CEF but the official guides are here