This repository has been archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
demo how to glue wxWidgets with libcef3 (tested under Ubuntu 18.04)
License
masol/wxwidget-cef
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
一. 编译 1. 执行cmake,按照提示,安装缺失库。sudo apt-get install libgtkglext1-dev 2. 安装cef: 直接从(http://opensource.spotify.com/cefbuilds/index.html#linux64_builds)下载对应包,解压之后 mkdir build; cd build;cmake -DCMAKE_BUILD_TYPE=Release ..;make -j 8 然后,将CEF_ROOT环境变量设置在cef目录里。
About
demo how to glue wxWidgets with libcef3 (tested under Ubuntu 18.04)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published