Skip to content

Upstream CEF v57 prebuilt binaries and libraries

Compare
Choose a tag to compare
@cztomczak cztomczak released this 20 Apr 20:34
· 353 commits to master since this release

With these upstream CEF prebuilt binaries and libraries you can build CEF Python from sources in less than 10 minutes. See the Build instructions document for details.

Built according to build instructions with the automate.py script. On Windows and Mac binaries from Spotify Automated Builds ("Standard distribution") were used and then ran automate.py --prebuilt-cef. On Linux CEF was build from sources by running automate.py --build-cef.

LINUX NOTE: Linux binaries were built on Ubuntu 14.04 64-bit. These binaries contain libcef.so with minimal symbols so that you can debug CEF with gdb and get a meaningful stack trace. Currently cefpython v54 and later distribution packages on PyPI and on GH releases ship a stripped version of libcef.so with no symbols at all (Issue #262). Download archive from this release and switch libcef.so in your already installed package to allow for debugging CEF.

This release will be updated with new binaries with time.

CEF Python 57.0:

  • cef57_3.2987.1601.gf035232_linux64.zip (Linux 64-bit)
  • cef57_3.2987.1601.gf035232_linux32.zip (Linux 32-bit)
  • cef57_3.2987.1601.gf035232_mac64.zip (Mac 64-bit)
  • cef57_3.2987.1601.gf035232_win32.zip (Windows 32-bit)
  • cef57_3.2987.1601.gf035232_win64.zip (Windows 64-bit)