-
Notifications
You must be signed in to change notification settings - Fork 83
Home
Alex Maitland edited this page Apr 5, 2016
·
11 revisions
Building cef-binary Nuget packages using releases from cefbuilds.com
Repackaging CEF for use with CefSharp is relatively easy, the steps below should provide a basic guide.
Requirements
-
cmake (Only Required for branches >=
2272and build.ps1 for2171.2069) - Visual Studio 2013 Pro/Community Update 5 or Visual Studio 2015 Pro/Community Update 1
- Powershell
Steps to build
-
Download both 32bit and 64bit versions for the branch your interested in e.g.
3.2272.2035 -
Git clone the
cef-binaryrepository -
Extract the 32bit version into
<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 -
Ensure CMake is in the path
-
Edit
build.ps1and update the CEF version and CEF package version based on the CEF version you downloaded. -
Open powershell
-
Execute
build.ps1