提交 9983dbb4 编写于 作者: R Radzaquiel 提交者: jp9000

INSTALL: update for Ubuntu & Debian-based distros

Added instructions for Ubuntu 15.04
Added JACK2 support in Debian-based distros
上级 8d158e6a
...@@ -102,14 +102,18 @@ Mac OSX ...@@ -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) ...@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册