From 9b07a9f77f6e70032c0444612b6e40a016cc035b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Feb 2017 06:46:31 +0100 Subject: [PATCH] Update OS X install instructions Fixes #2219 --- INSTALL.asciidoc | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index f429d551b..21bf4176b 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -272,29 +272,21 @@ qutebrowser from source. ==== Homebrew -Homebrew's builds of Qt and PyQt no longer include QtWebKit, so it is necessary -to build from source. The build takes several hours on an average laptop. +---- +$ brew install qt5 +$ pip3 install qutebrowser +---- + +Homebrew's builds of Qt and PyQt no longer include QtWebKit - if you need +QtWebKit support, it is necessary to build from source. The build takes several +hours on an average laptop. ---- $ brew install qt5 --with-qtwebkit $ brew install -s pyqt5 - -$ pip3.5 install qutebrowser +$ pip3 install qutebrowser ---- -==== MacPorts - -For MacPorts, run: - ----- -$ sudo port install python34 py34-jinja2 asciidoc py34-pygments py34-pyqt5 -$ sudo pip3.4 install qutebrowser ----- - -The preferences for qutebrowser are stored in -`~/Library/Preferences/qutebrowser`, the application data is stored in -`~/Library/Application Support/qutebrowser`. - Packagers ---------