@@ -50,7 +50,7 @@ __Windows__
5050
5151__ Linux__
5252
53- * Install packages: cmake, g++ 4.6.3+, libgtkglext1-dev, libgtk2.0-dev, libgtk2.0-0
53+ * Install packages: ` sudo apt-get install cmake g++ `
5454* If building CEF from sources:
5555 * Download and install cmake 2.8.12 or later (unless you already have a
5656proper version, check with cmake --version):
@@ -69,6 +69,9 @@ proper version, check with cmake --version):
6969 * When building CEF from sources you will need to install many more packages
7070 using the install-build-deps.sh script - instructions are provided
7171 further down on this page.
72+ * See also the Linux configuration for CEF automated
73+ builds on the [ cef/AutomatedBuildSetup.md] ( https://bitbucket.org/chromiumembedded/cef/wiki/AutomatedBuildSetup.md#markdown-header-linux-configuration )
74+ wiki page.
7275* Building on Ubuntu 12.04 is supported up to branch 2526 (Chrome 47).
7376 For branches 2623 (Chrome 49) or later Ubuntu 14.04+ is required.
7477* To build on Debian 7 see
@@ -77,6 +80,7 @@ proper version, check with cmake --version):
7780 and [ cef/#1697 ] ( https://bitbucket.org/chromiumembedded/cef/issues/1697 )
7881* To perform a 32-bit Linux build on a 64-bit Linux system see
7982 [ cef/#1804 ] ( https://bitbucket.org/chromiumembedded/cef/issues/1804 )
83+ * To build upstream cefclient/cefsimple you need to install these packages: ` sudo apt-get install libgtk2.0-dev libgtkglext1-dev `
8084
8185
8286__ All platforms__
@@ -98,8 +102,8 @@ prebuilt binaries from GitHub Releases using version information from
98102src/version/.
99103
100104__ NOTE__ : The --prebuilt-cef flag is not implemented yet - you need to
101- download manually from GitHub Releases and put files to
102- cefpython/build/linux64/ (rename cef47_xxx_linux64/ to linux64/) .
105+ download manually from GitHub Releases and extract to
106+ cefpython/build/.
103107```
104108cd tools/
105109python automate.py --prebuilt-cef
0 commit comments