Sfoglia il codice sorgente

INSTALL: update for Ubuntu & Debian-based distros

Added instructions for Ubuntu 15.04
Added JACK2 support in Debian-based distros
Radzaquiel 10 anni fa
parent
commit
9983dbb491
1 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 6 2
      INSTALL

+ 6 - 2
INSTALL

@@ -102,14 +102,18 @@ Mac OSX
     This will create a .dmg file with an app bundle inside.
     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
   - 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
     sure, then you probably don't have it), you can get it with the following
     commands:
     commands:
 
 
+    For Ubuntu 14.04/14.10:
         sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
         sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
         sudo apt-get update && sudo apt-get install ffmpeg
         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:
   - Then you can install OBS with the following commands:
 
 
         sudo add-apt-repository ppa:obsproject/obs-studio
         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 \
         sudo apt-get install libx11-dev libgl-dev libpulse-dev libxcomposite-dev \
                 libxinerama-dev libv4l-dev libudev-dev libfreetype6-dev \
                 libxinerama-dev libv4l-dev libudev-dev libfreetype6-dev \
                 libfontconfig-dev qtbase5-dev libqt5x11extras5-dev libx264-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:
   - Building and installing OBS: