summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Schilling <marcel.schilling@mdc-berlin.de>2015-12-30 10:48:50 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-12-30 14:24:28 +0100
commitc2e77cbaa98b16a8fa01400a8f75ef526b0dd7dd (patch)
tree6380d9552c85e09d881cb9d820f415ad3a910727
parentabfe894027f0ec196a537c063620ec114e8b503d (diff)
downloadqutebrowser-c2e77cbaa98b16a8fa01400a8f75ef526b0dd7dd.tar.gz
qutebrowser-c2e77cbaa98b16a8fa01400a8f75ef526b0dd7dd.zip
added python3-dev to dependencies (fixes #1200)
To build qutebrowser using tox (at least on Ubuntu 14.04.1) the python3-dev package is required (see issue #1200). This commit adds this package to the list of dependencies for installation of qutebrowser on Debian/Ubuntu systems.
-rw-r--r--INSTALL.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc
index 0299b80d3..3aeb09cad 100644
--- a/INSTALL.asciidoc
+++ b/INSTALL.asciidoc
@@ -32,7 +32,7 @@ Then install the packages like this:
----
# apt-get update
-# apt-get install -t experimental python3-pyqt5 python3-pyqt5.qtwebkit python3-sip
+# apt-get install -t experimental python3-pyqt5 python3-pyqt5.qtwebkit python3-sip python3-dev
# apt-get install python-tox
----
@@ -50,7 +50,7 @@ For distributions other than Debian or if you prefer to not use the
experimental repo:
----
-# apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python-tox python3-sip
+# apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python-tox python3-sip python3-dev
----
To generate the documentation for the `:help` command, when using the git