From: Yann Sionneau Date: Tue, 19 Feb 2019 00:28:30 +0000 (+0100) Subject: Add missing python-dev dependency for Debian/Ubuntu systems X-Git-Tag: v1.3.0-rc.1~178 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a18e87559b8255b4b543d87409518b60c073fb69;p=oweals%2Fpeertube.git Add missing python-dev dependency for Debian/Ubuntu systems --- diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index d98d71020..fb9f623a7 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -34,7 +34,7 @@ ``` $ sudo apt update -$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git +$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev $ ffmpeg -version # Should be >= 3.x $ g++ -v # Should be >= 5.x ```