chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.09k stars 450 forks source link

How to build on CentOS #3690

Closed mayl0415 closed 2 months ago

mayl0415 commented 2 months ago

Describe the bug How to build on CentOS

I compiled it with reference to here and found that it will execute the apt-get command. https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart.md#markdown-header-linux-setup

magreenblatt commented 2 months ago

Chromium only supports building on Ubuntu and Debian. See the list of supported versions here.

magreenblatt commented 2 months ago

You can also use a Docker container, see https://bitbucket.org/chromiumembedded/cef/wiki/AutomatedBuildSetup.md#markdown-header-linux-configuration

mayl0415 commented 2 months ago

Chromium only supports building on Ubuntu and Debian. See the list of supported versions here.

So can the components I compiled on ubuntu be used on centos?

magreenblatt commented 2 months ago

So can the components I compiled on ubuntu be used on centos?

We don't test or support CentOS. You will need to try it and see.