@@ -5,26 +5,32 @@ CEF全称是Chromium Embedded Framework,它是Chromium的Content API的封装
5
5
- CEFSharp:https://github.com/cefsharp/CefSharp
6
6
- ChromiumFX,.NET bindings for the Chromium Embedded Framework.: https://bitbucket.org/chromiumfx/chromiumfx
7
7
8
- CEF 文档中文翻译任务
8
+ ## CEF 文档中文翻译任务
9
9
--------------------
10
10
- [x] [ CEF General Usage] ( https://github.com/fanfeilong/cefutil/blob/master/doc/CEF%20General%20Usage.md )
11
11
- [x] [ CEF General Usage Task List] ( https://github.com/fanfeilong/cefutil/blob/master/doc/CEF%20General%20Usage%20Task%20List.md )
12
12
- [x] [ CEF General Usage中文版,欢迎查阅] ( https://github.com/fanfeilong/cefutil/blob/master/doc/CEF%20General%20Usage-zh-cn.md )
13
13
14
- CEF FAQ
14
+ ## CEF FAQ
15
15
-------
16
16
- [ CEF 的关闭流程] ( https://github.com/fanfeilong/cefutil/blob/master/doc/CEF_Close.md )
17
17
- [ CEF 的C和C++封装] ( https://github.com/fanfeilong/cefutil/blob/master/doc/CEF_cpp2c_annotation.md )
18
18
- [ CEF 的JavaScript和C++跨语言交互] ( https://github.com/fanfeilong/cefutil/blob/master/doc/CEF_JavaScript_Cpp.md )
19
19
20
- Chromium Documentations
20
+ ## Chromium Documentations
21
21
-----------------
22
- - [ Chromium Build Guid] ( https://github.com/fanfeilong/cefutil/blob/master/doc/chromium_build_guid.md )
23
22
- [ Chromium Generation Your Project] ( https://github.com/fanfeilong/cefutil/blob/master/doc/gyp.md )
24
23
- [ Chromium Resoures] ( https://github.com/fanfeilong/cefutil/blob/master/doc/chromium_resources.md )
25
24
- [ Chromium Content Register V8 Extension] ( https://github.com/fanfeilong/cefutil/blob/master/doc/content_register_v8_extension.md )
26
25
- [ Chromium GYP 中文翻译] ( https://github.com/xnightsky/cefutil/blob/master/doc/gyp.pdf )
27
26
27
+ ## CEF Build
28
+ -----------------
29
+ 如果要编译CEF,则需要同步编译Chromium的最新源码
30
+ - [ Chromium Build Guid] ( https://github.com/fanfeilong/cefutil/blob/master/doc/chromium_build_guid.md )
31
+ - [ Chromium for developer] ( http://www.chromium.org/developers )
32
+ - [ windows build instructions] ( https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md )
33
+
28
34
相关链接
29
35
---------
30
36
- [ servo, the embeddable browser engine] ( http://blogs.s-osg.org/servo-the-embeddable-browser-engine/ )
0 commit comments