summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantialias <antialias@leap.se>2012-09-14 12:04:22 -0400
committerantialias <antialias@leap.se>2012-09-14 12:04:22 -0400
commitcfb7f5a2e9bae74dd60067a399a222d62e81da2c (patch)
treeb077391e835e7cc71d63bb1161c60acbf3fca4cf
parent430b6326d06d81c44d534543c8e9684a5c0fcb15 (diff)
libgnutls-dev was missing from README installation instructions.
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index a392f2cb..1a786500 100644
--- a/README.txt
+++ b/README.txt
@@ -19,7 +19,7 @@ Dependencies
If you are on a debian-based system, you can run:
-apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools python-gnutls python-setuptools python-nose
+apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools python-gnutls libgnutls-dev python-setuptools python-nose
Install
---------------