We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec9f62 commit 6f5bf08Copy full SHA for 6f5bf08
1 file changed
docs/Build-instructions.md
@@ -193,7 +193,8 @@ requirements common for all platforms.
193
194
* Install packages: `sudo apt-get install cmake g++ libgtk2.0-dev libgtkglext1-dev`
195
* If building CEF from sources:
196
- * Official binaries are built on Ubuntu 14.04 (cmake 2.8.12, g++ 4.8.4)
+ * Official binaries are built on Ubuntu 14.04 (cmake 2.8.12, g++ 4.8.4) and these instructions apply to that OS
197
+ * For Fedora build dependencies see [Issue #466](https://github.com/cztomczak/cefpython/issues/466#issuecomment-419794341)
198
* Download [ninja](https://github.com/ninja-build/ninja/releases) 1.7.1 or later
199
and copy it to /usr/bin and chmod 755.
200
* Install/upgrade required packages using one of the four methods below
0 commit comments