Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.
/ wxwidget-cef Public archive

demo how to glue wxWidgets with libcef3 (tested under Ubuntu 18.04)

License

Notifications You must be signed in to change notification settings

masol/wxwidget-cef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published