Releases: cztomczak/cef2go
Releases · cztomczak/cef2go
cef2go binary example for Mac OS X
cef2go 0.11 binary example for Ubuntu 64-bit
Comes with Chrome 33.
Example works out of the box on Ubuntu 12.04. It should also work fine on Ubuntu 12.10.
On Ubuntu 13.xx it is required to make a link to the libudev.0 library using the command:
/lib/x86_64-linux-gnu$ sudo ln -sf libudev.so.1 libudev.so.0
CEF3 branch 1750 revision 1604 Linux 64-bit binaries
These are Chromium Embedded Framework binaries that need to be copied to the cef2go/Release/ directory.
cef2go 0.10 binary example for Windows
This example works out of the box. Download, unpack, run cef2go.exe.
Tested on Win7 64-bit and WinXP 32-bit.
There might be some issues on WinXP, see Issue 6.
CEF3 branch 1750 revision 1590 Windows binaries
These are Chromium Embedded Framework binaries that need to be copied to the cef2go/Release/ directory.