mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
README.md: Add separate sections for "Compiling in and out of tree"
This commit is contained in:
parent
115a90196c
commit
5ae90fe913
|
|
@ -3,8 +3,14 @@ An automated scene switcher for OBS Studio
|
|||
|
||||
More information can be found on https://obsproject.com/forum/resources/automatic-scene-switching.395/
|
||||
|
||||
## Compiling in tree
|
||||
Add the "SceneSwitcher" source directory to your obs-studio source directory under:
|
||||
obs-studio/UI/frontend-plugins/
|
||||
|
||||
## Compiling
|
||||
Then modify the obs-studio/UI/frontend-plugins/CMakeLists.txt file and add an entry for the scene switcher:
|
||||
add_subdirectory(SceneSwitcher)
|
||||
|
||||
## Compiling out of tree
|
||||
### Prerequisites
|
||||
You'll need CMake and a working development environment for OBS Studio installed
|
||||
on your computer. Once you've done that, do the following:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user