Building Live Background Removal Lite on Arch Linux
The recommended way to build Live Background Removal Lite on Arch Linux is to use the provided PKGBUILD script in unsupported/arch/.
Steps
-  Install required build tools: sudo pacman -S base-devel git
-  Clone the repository: git clone https://github.com/kaito-tokyo/live-backgroundremoval-lite.git cd live-backgroundremoval-lite/unsupported/arch
-  Build and install the package: makepkg -siThis will build the plugin and install it to your system. 
- Restart OBS Studio to load the plugin.
For more details, see the Arch Linux packaging documentation.
Back to Top