Update ubuntu installation to includ libjpeg

Otherwise install fails with error "--enable-jpeg requested but jpeg not found"
This commit is contained in:
Nick Badger 2015-10-22 17:38:55 -07:00
parent ed56eadd28
commit a6fee43384
1 changed files with 1 additions and 1 deletions

View File

@ -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.