Skip to content

Commit c4b5ef5

Browse files
committed
Update build instructions: --prebuilt-cef misleading info and patches
1 parent 19883fe commit c4b5ef5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/Build-instructions.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ Run the automate.py tool using the --prebuilt-cef flag that will download
101101
prebuilt binaries from GitHub Releases using version information from
102102
src/version/.
103103

104-
__NOTE__: The --prebuilt-cef flag is not implemented yet - you need to
105-
download manually from GitHub Releases and extract to
106-
cefpython/build/.
104+
__NOTE__: The --prebuilt-cef flag is not implemented yet.
107105
```
108106
cd tools/
109107
python automate.py --prebuilt-cef
@@ -168,7 +166,7 @@ There are two sites that provide latest builds of CEF:
168166
* Spotify - http://opensource.spotify.com/cefbuilds/index.html
169167
* This is a new build system
170168
* Since 07/06/2016 all builds are without tcmalloc, see
171-
[cefpython/#76](https://github.com/cztomczak/cefpython/issues/73)
169+
[cefpython/#73](https://github.com/cztomczak/cefpython/issues/73)
172170
and [cef/#1827](https://bitbucket.org/chromiumembedded/cef/issues/1827)
173171
* Adobe - https://cefbuilds.com/
174172
* This is an old build system. It probably still builds with tcmalloc
@@ -177,11 +175,8 @@ There are two sites that provide latest builds of CEF:
177175
Official CEF Python binaries come with additional patches to CEF/Chromium,
178176
see the [patches/](../../../tree/master/patches) directory. Whether you
179177
need these patches depends on your use case, they may not be required
180-
and thus you could use the Spotify binaries. As of this writing there are
181-
three patches:
182-
* issue73 patch - tcmalloc issues, Spotify builds already apply it
183-
* issue125 patch - for https cache problems when using private certificates
184-
* issue218 patch - not required when running GTK or Kivy examples
178+
and thus you could use the Spotify binaries. Spotify builds have the
179+
issue73 patch (tcmalloc) applied.
185180

186181

187182
## How to patch

0 commit comments

Comments
 (0)