From 2c9003fd4b24426cdcdcb05e3ab823e92716af71 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 5 Oct 2017 15:36:26 +0200 Subject: [PATCH] Adjust macOS QtWebKit instructions --- doc/install.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index 07892c876..42814c74f 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -304,7 +304,11 @@ $ brew install qt5 $ pip3 install qutebrowser ---- -Homebrew's builds of Qt and PyQt no longer include QtWebKit - if you need +Homebrew's builds of Qt and PyQt don't come with QtWebKit (and `--with-qtwebkit` +uses an old version of QtWebKit which qutebrowser doesn't support anymore). If +you want QtWebKit support, you'll need to build an up-to-date QtWebKit +https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X[manually]. + QtWebKit support, it is necessary to build from source. The build takes several hours on an average laptop.