Difference between revisions of "OBS for other distributions"
Jump to navigation
Jump to search
m (JJRcop moved page User:JJRcop/OBSDraftold to OBS over redirect: mistakenly moved ) |
(Convert page to unsupported distros) |
||
Line 1: | Line 1: | ||
− | + | The OBS plugins requires many client dependencies, along with the libobs devel files. The following is a list of the required dependencies for other distros. The building method is the same as the normal client, as described in the [https://looking-glass.io/ci/host/doc?id=stable Official Documentation]. | |
− | + | == Fedora 29+ ([https://rpmfusion.org/ RPM Fusion]) == | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
dnf install obs-studio-devel | dnf install obs-studio-devel | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | == OpenSuSE Leap 15.1+ ([http://packman.links2linux.org/ Packman]) == | |
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
zypper in obs-studio-devel | zypper in obs-studio-devel | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | == Arch Linux / Manjaro == | |
Devel files included in main package | Devel files included in main package | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
Line 39: | Line 17: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | == Void Linux == | |
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
xbps-install -Syu obs-devel | xbps-install -Syu obs-devel | ||
− | </syntaxhighlight> | + | </syntaxhighlight>'. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 05:55, 26 May 2021
The OBS plugins requires many client dependencies, along with the libobs devel files. The following is a list of the required dependencies for other distros. The building method is the same as the normal client, as described in the Official Documentation.
Contents
Fedora 29+ (RPM Fusion)
dnf install obs-studio-devel
OpenSuSE Leap 15.1+ (Packman)
zypper in obs-studio-devel
Arch Linux / Manjaro
Devel files included in main package
pacman -Syu obs-studio
Void Linux
xbps-install -Syu obs-devel
'.