From f80f96fd2027dbf9d26647244d9ca0c16eeff18c Mon Sep 17 00:00:00 2001 From: Teemu Kauhanen Date: Tue, 26 May 2015 20:34:48 +0300 Subject: [PATCH] Add libcurl-dev to debian compile guide Recently libcurl was added as a required dependency, but it was not updated for the debian install instructions --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2a3463181..45141acf1 100644 --- a/INSTALL +++ b/INSTALL @@ -196,7 +196,7 @@ Linux (Manually compiling on Debian-based distros) sudo apt-get install libx11-dev libgl-dev libpulse-dev libxcomposite-dev \ libxinerama-dev libv4l-dev libudev-dev libfreetype6-dev \ libfontconfig-dev qtbase5-dev libqt5x11extras5-dev libx264-dev \ - libxcb-xinerama0-dev libxcb-shm0-dev libjack-jackd2-dev + libxcb-xinerama0-dev libxcb-shm0-dev libjack-jackd2-dev libcurl-dev - Building and installing OBS: