summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-01-27 09:27:52 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-01-27 09:27:52 +0100
commit7b53f648141dd9b604fc01a8603faa55021576e7 (patch)
treec6bbb1e5ecbf0150484dcee79dff0aa3cd516837 /doc
parentb8b18ce51a40f8a6476a8c5ee07858fe0b80e9ad (diff)
downloadqutebrowser-7b53f648141dd9b604fc01a8603faa55021576e7.tar.gz
qutebrowser-7b53f648141dd9b604fc01a8603faa55021576e7.zip
Update homebrew instructions
Diffstat (limited to 'doc')
-rw-r--r--doc/install.asciidoc13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index da211d850..c8be798df 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -388,21 +388,10 @@ qutebrowser from source.
==== Homebrew
----
-$ brew install qt
-(build PyQt and PyQtWebEngine from source)
+$ brew install pyqt@5
$ pip3 install qutebrowser
----
-NOTE: Homebrew does not package PyQtWebEngine (Python wrappers for
-QtWebEngine), so you will need to build that from sources manually.
-
-Since the v1.0 release, qutebrowser uses QtWebEngine by default.
-
-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].
-
Packagers
---------