You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-2Lines changed: 37 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,54 @@ From NodeJS code, you can manipulate the DOM or run Javascript in the DOM contex
36
36
Dependencies
37
37
============
38
38
39
-
A patched version of CEF (Chromium Embedded Framework) is needed to make this possible. Prebuilt binaries are available for Linux (Debian and Ubuntu), Windows and OSX.
39
+
A patched version of CEF (Chromium Embedded Framework) is needed to make this possible. Prebuilt binaries will be available for Linux (Debian and Ubuntu), Windows and OSX.
40
40
41
41
The source of Chromium is at https://github.com/rogerwang/chromium
42
42
43
-
Other hacks on the dependencies are:
43
+
Other hacks on the dependencies are in https://github.com/rogerwang/ , e.g.:
44
44
45
45
https://github.com/rogerwang/node
46
+
46
47
https://github.com/rogerwang/libuv
47
48
49
+
The dependencies are managed by .DEPS.git in the 'chromium' repository.
48
50
49
51
Build from source
50
52
=================
51
53
54
+
Since we are a patch on CEF, the build process is very similiar with CEF's. So it's recommended to read CEF and Chromium's build documentation first. Then download and install 'depot_tools'.
55
+
56
+
The difference is that we are using our own (git) repositories for some projects needed. So in the next step you need a different .gclient file to download and sync the code:
0 commit comments