aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/install.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc-src/install.html b/doc-src/install.html
index 70003d60..5d412459 100644
--- a/doc-src/install.html
+++ b/doc-src/install.html
@@ -50,3 +50,22 @@ image/*; /usr/bin/open -Wn %s
video/*; /usr/bin/open -Wn %s
</pre>
+
+## Ubuntu
+
+On Ubuntu, you will need the following native packages to install mitmproxy
+from source:
+
+- build-essential
+- python-dev
+- libffi-dev
+- libssl-dev
+- libxml2-dev
+- libxslt1-dev
+
+
+
+
+
+
+