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

  1. Install required build tools:
    sudo pacman -S base-devel git
  2. Clone the repository:
    git clone https://github.com/kaito-tokyo/live-backgroundremoval-lite.git
    cd live-backgroundremoval-lite/unsupported/arch
  3. Build and install the package:
    makepkg -si

    This will build the plugin and install it to your system.

  4. Restart OBS Studio to load the plugin.

For more details, see the Arch Linux packaging documentation.

Back to Top