11# Build instructions
22
3- __ NOTE__ : These instructions are for the master branch (Chrome 51).
3+ __ IMPORTANT NOTE__ : These instructions are for the new releases of CEF Python
4+ (Chrome v51 and later). Currently only Linux platform is being tested.
5+ For the old v31 release that is supported on all platforms, see build
6+ instructions on the wiki pages.
47
58There are several types of builds you can perform:
69
@@ -18,7 +21,7 @@ listed on this page.
1821
1922
2023Table of contents:
21- * [ Build CEF Python 51 BETA] ( #build-cef-python-51-beta )
24+ * [ Build CEF Python 53 BETA on Linux ] ( #build-cef-python-51-beta-on-linux )
2225* [ Requirements] ( #requirements )
2326* [ Build CEF Python using prebuilt CEF binaries] ( #build-cef-python-using-prebuilt-cef-binaries )
2427* [ Build both CEF Python and CEF from sources] ( #build-both-cef-python-and-cef-from-sources )
@@ -27,9 +30,9 @@ Table of contents:
2730* [ How to patch] ( #how-to-patch )
2831
2932
30- ## Build CEF Python 51 BETA
33+ ## Build CEF Python 53 BETA on Linux
3134
32- Complete steps for building CEF Python 51 using prebuilt
35+ Complete steps for building CEF Python 53 using prebuilt
3336binaries from GH releases.
3437
35381 ) Tested and works fine on Ubuntu 14.04 64-bit (cmake 2.8.12 and g++ 4.8.4)
@@ -45,7 +48,7 @@ binaries from GH releases.
4548
46495 ) Download 64-bit Linux binaries and libraries from
4750 [ GH releases] ( https://github.com/cztomczak/cefpython/releases )
48- tagged 'v51 -upstream'.
51+ tagged 'v53 -upstream'.
4952
5053
51546 ) Copy "bin/* " to "cefpython/src/linux/binaries_64bit/"
@@ -55,7 +58,7 @@ binaries from GH releases.
55588 ) Build cefpython:
5659```
5760cd cefpython/src/linux/
58- python compile.py 51 .0
61+ python compile.py 53 .0
5962```
6063
61649 ) As of writing only "pygtk_ .py" and "kivy_ .py" examples are working
0 commit comments