Skip to content

Commit 7619d55

Browse files
committed
Update README.md
1 parent ed04fa5 commit 7619d55

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,32 @@ CEF全称是Chromium Embedded Framework,它是Chromium的Content API的封装
55
- CEFSharp:https://github.com/cefsharp/CefSharp
66
- ChromiumFX,.NET bindings for the Chromium Embedded Framework.: https://bitbucket.org/chromiumfx/chromiumfx
77

8-
CEF 文档中文翻译任务
8+
## CEF 文档中文翻译任务
99
--------------------
1010
- [x] [CEF General Usage](https://github.com/fanfeilong/cefutil/blob/master/doc/CEF%20General%20Usage.md)
1111
- [x] [CEF General Usage Task List](https://github.com/fanfeilong/cefutil/blob/master/doc/CEF%20General%20Usage%20Task%20List.md)
1212
- [x] [CEF General Usage中文版,欢迎查阅](https://github.com/fanfeilong/cefutil/blob/master/doc/CEF%20General%20Usage-zh-cn.md)
1313

14-
CEF FAQ
14+
## CEF FAQ
1515
-------
1616
- [CEF 的关闭流程](https://github.com/fanfeilong/cefutil/blob/master/doc/CEF_Close.md)
1717
- [CEF 的C和C++封装](https://github.com/fanfeilong/cefutil/blob/master/doc/CEF_cpp2c_annotation.md)
1818
- [CEF 的JavaScript和C++跨语言交互](https://github.com/fanfeilong/cefutil/blob/master/doc/CEF_JavaScript_Cpp.md)
1919

20-
Chromium Documentations
20+
## Chromium Documentations
2121
-----------------
22-
- [Chromium Build Guid](https://github.com/fanfeilong/cefutil/blob/master/doc/chromium_build_guid.md)
2322
- [Chromium Generation Your Project](https://github.com/fanfeilong/cefutil/blob/master/doc/gyp.md)
2423
- [Chromium Resoures](https://github.com/fanfeilong/cefutil/blob/master/doc/chromium_resources.md)
2524
- [Chromium Content Register V8 Extension](https://github.com/fanfeilong/cefutil/blob/master/doc/content_register_v8_extension.md)
2625
- [Chromium GYP 中文翻译](https://github.com/xnightsky/cefutil/blob/master/doc/gyp.pdf)
2726

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+
2834
相关链接
2935
---------
3036
- [servo, the embeddable browser engine](http://blogs.s-osg.org/servo-the-embeddable-browser-engine/)

0 commit comments

Comments
 (0)