UCefView
Loading...
Searching...
No Matches
Change CEF Version

Select CEF version

  1. Visit the CEF Builds page.
  2. Identify the desired CEF version compatible with your project requirements.
  3. Note the version number and download URL for the selected build.

Update script config file

  1. Open the configuration file used by your update script

    UCefView/Scripts/UpdateThirdparty/ThirdParty-Config.txt

  1. Update the CEF_VERSION value
    CORE_REPO=https://github.com/CefView/CefViewCore.git
    CORE_VERSION=8b618d4290c9187eedfb8b176aae8a7dfcaa51ab
    CORE_BUILD_TYPE=Release
    CEF_HELPER_NAME=UCefViewHelper
    CEF_VERSION=126.2.18+g3647d39+chromium-126.0.6478.183
  2. Run the corresponding script to compile the thirdparty component
    Please refer to the Readme file

    UCefView/Scripts/UpdateThirdparty/README.md