summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-02 10:22:59 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-02 10:22:59 +0100
commit02c313eafd3e4dd818acf7b94ebee2911c5c5bb0 (patch)
tree503d2d7692f6c97253bd21997d2c19cc13f0cec1 /doc/install.asciidoc
parentbe7a21eb56cf7ec82bef0bbb40475b7bc6faaa1a (diff)
downloadqutebrowser-02c313eafd3e4dd818acf7b94ebee2911c5c5bb0.tar.gz
qutebrowser-02c313eafd3e4dd818acf7b94ebee2911c5c5bb0.zip
Add packages needed with tox
Diffstat (limited to 'doc/install.asciidoc')
-rw-r--r--doc/install.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index 8916c1fdd..f17a2c2a2 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -35,6 +35,12 @@ Ubuntu 16.04 doesn't come with an up-to-date engine (a new enough QtWebKit, or
QtWebEngine). However, it comes with Python 3.5, so you can
<<tox,install qutebrowser via tox>>.
+You'll need some basic libraries to use the tox-installed PyQt:
+
+----
+# apt install libglib2.0-0 libgl1 libfontconfig1 libx11-xcb1 libxi6 libxrender1 libdbus-1-3
+----
+
Debian Stretch / Ubuntu 17.04 and 17.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~