Skip to content
Alex Maitland edited this page May 31, 2016 · 10 revisions

Building cef-binary Nuget packages using releases from Spotify CEF Automated Build server

(Previously releases were sourced from cefbuilds.com)

Repackaging CEF for use with CefSharp is relatively easy, the steps below should provide a basic guide.

Requirements

  • cmake
  • 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.2704.1415

  • 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

  • Edit build.ps1 and update the CEF version and CEF package version based on the CEF version you downloaded.

  • Open powershell

  • Execute build.ps1

Clone this wiki locally