File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ Windows7 64位系统编译Chromium指南
16
16
4 . 安装VisualStudio2010 SP1。
17
17
5 . 安装windows 8.0 sdk(不要安装8.1),并修改Windows Kits\8.0\Include\WinRT\asyncinfo.h
18
18
注释第66行的class关键字:
19
+
19
20
```
20
21
65 namespace ABI (namespace Windows { namespace Foundation {
21
22
66 enum /*class*/ AsyncStatus {
22
- ```
23
+ ```
24
+
23
25
6 . 安装June 2010 DirectX SDK。如果有遇到”Error Code: S1023 ”,则通过控制面板将
24
26
Microsoft Visual C++ 2010 x86 Redistributable
25
27
Microsoft Visual C++ 2010 x64 Redistributable
@@ -29,16 +31,16 @@ Windows7 64位系统编译Chromium指南
29
31
8 . 在cmd命令行下执行命令: gclient
30
32
该命令会优先下载git、svn、python并解压到depot_tools目录下,并设置环境变量。
31
33
9 . 下载chromium源码,可以直接下载chromium的源码压缩包也可以通过gclient直接下载。
32
- - 下载源码包。
33
- 下载最新的chromium源码压缩包,并且最好用7z解压:
34
+ - 下载最新的chromium源码压缩包,并且最好用7z解压:
34
35
```
35
36
http://chromium-browser-source.commondatastorage.googleapis.com/chromium_tarball.html
36
37
```
37
- 下载指定版本的chromium源码压缩包:
38
+ - 下载指定版本的chromium源码压缩包:
38
39
```
39
40
http://chromium-browser-source.commondatastorage.googleapis.com/chromium.rXXXXX.tgz
41
+ 其中rXXXXX表示版本号,比如r197479表示Revision197479。
40
42
```
41
- 其中rXXXXX表示版本号,比如r197479表示Revision197479。 所有可用的压缩包版本号列表页面是:
43
+ - 所有可用的压缩包版本号列表页面是:
42
44
```
43
45
http://chromium-browser-source.commondatastorage.googleapis.com/
44
46
```
You can’t perform that action at this time.
0 commit comments