====== Compiling OBS plugins on Debian ====== ===== Prerequisites ===== This guide assumes you're currently running Debian using the [[https://packages.debian.org/buster/obs-studio|testing OBS studio package]]. ===== Clone the OBS git ===== ''[baku@sylphe]:/tmp$ git clone https://github.com/obsproject/obs-studio'' ===== Clone the plugin git ===== ===== Actual compiling ===== ''[baku@sylphe]:/tmp$ cd plugin'' ===== Move library to the plugin directory ===== ''[baku@sylphe]:/tmp/plugin$ mv lib.os /usr/lib/x86_64-linux-gnu/obs-plugins/''