Skip to content

Upstream CEF v56 prebuilt binaries and libraries

Compare
Choose a tag to compare
@cztomczak cztomczak released this 03 Mar 21:15
· 70 commits to cefpython56 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.

CEF Python 56.0 / 56.1 / 56.2:

  • cef56_3.2924.1575.g97389a9_win32.zip (Windows 32-bit)
  • cef56_3.2924.1575.g97389a9_win64.zip (Windows 64-bit)
  • cef56_3.2924.1575.g97389a9_linux32.zip (Linux 32-bit)
  • cef56_3.2924.1575.g97389a9_linux64.tar.gz (Linux 64-bit)
  • cef56_3.2924.1575.g97389a9_mac64.zip (Mac 64-bit)