Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xujintao/cef3demo
A demo for cef3
https://github.com/xujintao/cef3demo
Last synced: 4 days ago
JSON representation
A demo for cef3
- Host: GitHub
- URL: https://github.com/xujintao/cef3demo
- Owner: xujintao
- Created: 2016-08-31T12:49:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T13:05:22.000Z (over 8 years ago)
- Last Synced: 2024-11-19T13:33:38.692Z (2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cef3demo
A demo for cef3第一步:获得gyp源码
git clone https://chromium.googlesource.com/external/gyp第二步:编译gyp源码得到gyp工具
1,下载安装python。
2,打开cmd,cd进入gyp目录,输入setup.py install第三步:生成cefDemo的vs文件
1,进入cef目录
执行gyp.bat --depth=. -f msvs -G svs-version=2008
执行gyp --depth . -D component=shared_library -G msvs_version=2010 -l cef_paths.gypi -l cef_paths2.gypi