From a6fee433845147b6b213e495a40ae434593bc105 Mon Sep 17 00:00:00 2001 From: Nick Badger Date: Thu, 22 Oct 2015 17:38:55 -0700 Subject: Update ubuntu installation to includ libjpeg Otherwise install fails with error "--enable-jpeg requested but jpeg not found" --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/install.rst') 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. -- cgit v1.2.3