@@ -101,9 +101,7 @@ Run the automate.py tool using the --prebuilt-cef flag that will download
101101prebuilt binaries from GitHub Releases using version information from
102102src/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```
108106cd tools/
109107python 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:
177175Official CEF Python binaries come with additional patches to CEF/Chromium,
178176see the [ patches/] ( ../../../tree/master/patches ) directory. Whether you
179177need 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