There was an error while loading. Please reload this page.
Building cef-binary Nuget packages using releases from cefbuilds.com
cef-binary
Nuget
cefbuilds.com
Repackaging CEF for use with CefSharp is relatively easy, the steps below should provide a basic guide.
CEF
CefSharp
Requirements
2272
2171.2069
Steps to build
Download both 32bit and 64bit versions for the branch your interested in e.g. 3.2272.2035
3.2272.2035
Git clone the cef-binary repository
Extract the 32bit version into <path-to-cef-binary>\cef_binary_3.y.z_windows32
<path-to-cef-binary>\cef_binary_3.y.z_windows32
Extract the 64bit version into <path-to-cef-binary>\cef_binary_3.y.z_windows64
<path-to-cef-binary>\cef_binary_3.y.z_windows64
Ensure CMake is in the path
Open powershell
Execute build.ps1
build.ps1