From 5ae90fe9134c7b733009e0466a82aa3475fd33b7 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 12 Apr 2020 21:37:36 +0200 Subject: [PATCH] README.md: Add separate sections for "Compiling in and out of tree" --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f55385..96788e1b 100644 --- a/README.md +++ b/README.md @@ -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: