aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install.rst
diff options
context:
space:
mode:
authorNick Badger <Badg@users.noreply.github.com>2015-10-22 17:38:55 -0700
committerNick Badger <Badg@users.noreply.github.com>2015-10-22 17:38:55 -0700
commita6fee433845147b6b213e495a40ae434593bc105 (patch)
tree0b6feee609bcc2aa6ae2f13a5a9c334b59f7ba12 /docs/install.rst
parented56eadd28e4ab4f450a500948847008fd9a1985 (diff)
downloadmitmproxy-a6fee433845147b6b213e495a40ae434593bc105.tar.gz
mitmproxy-a6fee433845147b6b213e495a40ae434593bc105.tar.bz2
mitmproxy-a6fee433845147b6b213e495a40ae434593bc105.zip
Update ubuntu installation to includ libjpeg
Otherwise install fails with error "--enable-jpeg requested but jpeg not found"
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 35de18e5..57eb8bc7 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -11,7 +11,7 @@ Installation On Ubuntu
Ubuntu comes with Python but we need to install pip, python-dev and several libraries.
This was tested on a fully patched installation of Ubuntu 14.04.
->>> sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
+>>> sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg-dev
>>> sudo pip install mitmproxy
Once installation is complete you can run :ref:`mitmproxy` or :ref:`mitmdump` from a terminal.