CEF - the Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary


Keywords
CEF, browser, chrome, chromium, embedded, native, nativepackage
License
Other
Install
Install-Package cef.redist.x86 -Version 92.0.26

Documentation

Build status

README

This repository contains a build script that compiles and packages the Chromium Embedded Framework (CEF) binary distribution files for Windows, found at https://cef-builds.spotifycdn.com/index.html

To make it work properly for developers on VS2019 or VS2022 wanting to develop CefSharp, we need to compile libcef_dll_wrapper for (dynamic linking).

The modifications allow us to:

  • Re-package and distribute CEF .dll and .pak files in a piecemeal fashion using http://nuget.org (this is useful for both Xilium.CefGlue and CefSharp developers and users alike)
  • Build libcef_dll_wrapper.libs as mentioned above for CefSharp

The CEF Readme.txt file is now included as part of the Nuget packages.

License

The code is licensed under the same license as the Chromium Embeddded Framework, i.e. the "new BSD" license. The full CEF license text can be found here: LICENSE.txt.

Additionally, don't forget to view chrome://credits/ for additional licences used by Chromium.