summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-26 22:01:15 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-26 22:02:19 +0200
commit4352d9dcee7d7ce88b640afa8eabb1cdc22561be (patch)
tree91f1e32a4274bf92bcf5c77c4b03723bdbfa024c /README.asciidoc
parentf8dd1547c045273ef95650359826c94665173916 (diff)
downloadqutebrowser-4352d9dcee7d7ce88b640afa8eabb1cdc22561be.tar.gz
qutebrowser-4352d9dcee7d7ce88b640afa8eabb1cdc22561be.zip
Update dependencies in README
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.asciidoc b/README.asciidoc
index a2524e736..112b062ef 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -97,17 +97,18 @@ Requirements
The following software and libraries are required to run qutebrowser:
* https://www.python.org/[Python] 3.5 or newer (3.6 recommended)
-* https://www.qt.io/[Qt] 5.7.1 or newer (5.11.1 recommended) with the following modules:
+* https://www.qt.io/[Qt] 5.7.1 or newer (5.11 recommended, support for < 5.9
+ will be dropped soon) with the following modules:
- QtCore / qtbase
- QtQuick (part of qtbase in some distributions)
- QtSQL (part of qtbase in some distributions)
- QtOpenGL
- QtWebEngine, or
- - QtWebKit - only the
- link:https://github.com/annulen/webkit/wiki[updated fork] (5.212) is
- supported
+ - alternatively QtWebKit - support for QtWebKit will be dropped soon, and
+ only the link:https://github.com/annulen/webkit/wiki[updated fork] (5.212)
+ is supported
* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.7.0 or newer
- (5.11.2 recommended) for Python 3
+ (5.11 recommended, support for < 5.9 will be dropped soon) for Python 3
* https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools]
* https://fdik.org/pyPEG/[pyPEG2]
* http://jinja.pocoo.org/[jinja2]