1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Source Clone for OBS Studio
Plugin for OBS Studio to clone sources
# Build
1. In-tree build
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Check out this repository to plugins/source-clone
- Add `add_subdirectory(source-clone)` to plugins/CMakeLists.txt
- Rebuild OBS Studio
1. Stand-alone build (Linux only)
- Verify that you have package with development files for OBS
- Check out this repository and run `cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build`
# Donations
https://www.paypal.me/exeldro
|