Difference between revisions of "OBS for other distributions"
Jump to navigation
Jump to search
m |
m (Remove remnant from earlier removed text) Tags: Mobile web edit, Mobile edit |
||
(22 intermediate revisions by 3 users not shown) | |||
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/docs/stable/obs Official Documentation]. | |
− | [ | + | == Fedora 29+ ([https://rpmfusion.org/ RPM Fusion]) == |
− | + | <syntaxhighlight lang=bash> | |
− | + | dnf install obs-studio-devel | |
− | + | </syntaxhighlight> | |
− | |||
+ | == OpenSuSE Leap 15.1+ ([http://packman.links2linux.org/ Packman]) == | ||
+ | <syntaxhighlight lang=bash> | ||
+ | zypper in obs-studio-devel | ||
+ | </syntaxhighlight> | ||
− | == | + | == Arch Linux / Manjaro == |
− | + | Devel files included in main package | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
− | + | pacman -Syu obs-studio | |
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | == Void Linux == |
− | |||
− | |||
− | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
− | + | xbps-install -Syu obs-devel | |
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:04, 18 July 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)[edit]
dnf install obs-studio-devel
OpenSuSE Leap 15.1+ (Packman)[edit]
zypper in obs-studio-devel
Arch Linux / Manjaro[edit]
Devel files included in main package
pacman -Syu obs-studio
Void Linux[edit]
xbps-install -Syu obs-devel