Skip to content

Commit e025428

Browse files
author
fanfeilong
committed
Merge branch 'master' of https://github.com/fanfeilong/cefutil
Conflicts: README.md
2 parents 4b5f803 + 363fc23 commit e025428

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/chromium_build_guid.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ Windows7 64位系统编译Chromium指南
1616
4. 安装VisualStudio2010 SP1。
1717
5. 安装windows 8.0 sdk(不要安装8.1),并修改Windows Kits\8.0\Include\WinRT\asyncinfo.h
1818
注释第66行的class关键字:
19+
1920
```
2021
65 namespace ABI (namespace Windows { namespace Foundation {
2122
66 enum /*class*/ AsyncStatus {
22-
```
23+
```
24+
2325
6. 安装June 2010 DirectX SDK。如果有遇到”Error Code:S1023”,则通过控制面板将
2426
Microsoft Visual C++ 2010 x86 Redistributable
2527
Microsoft Visual C++ 2010 x64 Redistributable
@@ -29,16 +31,16 @@ Windows7 64位系统编译Chromium指南
2931
8. 在cmd命令行下执行命令: gclient
3032
该命令会优先下载git、svn、python并解压到depot_tools目录下,并设置环境变量。
3133
9. 下载chromium源码,可以直接下载chromium的源码压缩包也可以通过gclient直接下载。
32-
- 下载源码包。
33-
下载最新的chromium源码压缩包,并且最好用7z解压:
34+
- 下载最新的chromium源码压缩包,并且最好用7z解压:
3435
```
3536
http://chromium-browser-source.commondatastorage.googleapis.com/chromium_tarball.html
3637
```
37-
下载指定版本的chromium源码压缩包:
38+
- 下载指定版本的chromium源码压缩包:
3839
```
3940
http://chromium-browser-source.commondatastorage.googleapis.com/chromium.rXXXXX.tgz
41+
其中rXXXXX表示版本号,比如r197479表示Revision197479。
4042
```
41-
其中rXXXXX表示版本号,比如r197479表示Revision197479。所有可用的压缩包版本号列表页面是:
43+
- 所有可用的压缩包版本号列表页面是:
4244
```
4345
http://chromium-browser-source.commondatastorage.googleapis.com/
4446
```

0 commit comments

Comments
 (0)