Update OS X install instructions

Fixes #2219
This commit is contained in:
Florian Bruhin 2017-02-21 06:46:31 +01:00
parent 25f217552c
commit 9b07a9f77f

View File

@ -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
---------