From 9983dbb491c0e9fb287bcdafa884b4c8a84c4e4b Mon Sep 17 00:00:00 2001 From: Radzaquiel Date: Mon, 30 Mar 2015 01:34:22 +0200 Subject: [PATCH] INSTALL: update for Ubuntu & Debian-based distros Added instructions for Ubuntu 15.04 Added JACK2 support in Debian-based distros --- INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 074011332..38b2d8f14 100644 --- a/INSTALL +++ b/INSTALL @@ -102,14 +102,18 @@ Mac OSX This will create a .dmg file with an app bundle inside. -Linux (Ubuntu 14.04/14.10 installation) +Linux (Ubuntu 14.04/14.10/15.04 installation) - FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following commands: + For Ubuntu 14.04/14.10: sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update && sudo apt-get install ffmpeg + For Ubuntu 15.04: + sudo apt-get install ffmpeg + - Then you can install OBS with the following commands: sudo add-apt-repository ppa:obsproject/obs-studio @@ -182,7 +186,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 + libxcb-xinerama0-dev libxcb-shm0-dev libjack-jackd2-dev - Building and installing OBS: