-
Notifications
You must be signed in to change notification settings - Fork 87
Home
rassilon edited this page Mar 25, 2015
·
10 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 >=
2272
and build.ps1 for2171.2069
) - Visual Studio 2012 Pro Update 4 or Visual Studio 2013 Pro/Community Update 4
- 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-binary
repository -
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
-
Open powershell
-
Execute
build.ps1