forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcef-build-steps.txt
More file actions
43 lines (34 loc) · 1.21 KB
/
cef-build-steps.txt
File metadata and controls
43 lines (34 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
http://www.chromium.org/developers/how-tos/build-instructions-windows
http://code.google.com/p/chromiumembedded/wiki/BranchesAndBuilding
1.
cd e:\chromium\
gclient config http://src.chromium.org/svn/releases/18.0.1025.166
2.
edit .gclient file:
"custom_deps" : {
"src/third_party/WebKit/LayoutTests": None,
"src/chrome/tools/test/reference_build/chrome_win": None,
"src/chrome_frame/tools/test/reference_build/chrome_win": None,
"src/chrome/tools/test/reference_build/chrome_linux": None,
"src/chrome/tools/test/reference_build/chrome_mac": None,
"src/third_party/hunspell_dictionaries": None
},
3.
cd e:\chromium\
gclient sync --jobs 8 --force
4.
cd e:\chromium\src\
Branch 1025:
svn checkout -r 607 http://chromiumembedded.googlecode.com/svn/branches/1025/ cef
svn checkout -r 750 http://chromiumembedded.googlecode.com/svn/branches/1025/ cef
Branch 1180:
http://src.chromium.org/svn/releases/21.0.1180.18
svn checkout -r 750 http://chromiumembedded.googlecode.com/svn/branches/1180/cef1/ cef
5.
Create GYP_MSVS_VERSION environment variable and put version of VS you use: 2008 or 2010
cd e:\chromium\src\cef
cef_create_projects.bat
6.
Open src\cef\cef.sln
Change to "Release".
Build.