Skip to content

Upstream CEF v66 prebuilt binaries and libraries

Compare
Choose a tag to compare
@cztomczak cztomczak released this 25 May 13:14
· 186 commits to master since this release

This release will be updated with new binaries with time.

Master branch is currently v66. There is no cefpython66 branch at the moment.

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-v66 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 66.0:

  • cef66_3.3359.1774.gd49d25f_win32.zip (Windows 32-bit)
  • cef66_3.3359.1774.gd49d25f_win64.zip (Windows 64-bit)
  • cef66_3.3359.1774.gd49d25f_linux32.zip (Linux 32-bit)
  • cef66_3.3359.1774.gd49d25f_linux64.zip (Linux 64-bit)
  • cef66_3.3359.1774.gd49d25f_mac64.zip (Mac 64-bit)