From f78e91eec490508c140c461ab2b00ff74530f92d Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 1 Oct 2022 11:05:29 +0200 Subject: [PATCH] Add compatibility note --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index beedf219..7b01f2c3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -6,6 +6,8 @@ You have the option to ... As both methods require you to have a working [OBS Studio development environment](https://obsproject.com/wiki/Building-OBS-Studio) and [CMake](https://cmake.org/download/) it is recommended to build the plugin in tree as it is easier to set up and will enable straightforward debugging. +The plugin can be compiled for OBS 25 and above, although using the latest version of OBS is recommended to support all features. + ## Compiling in tree (recommended for development) Add the "SceneSwitcher" source directory to your obs-studio source directory under obs-studio/UI/frontend-plugins/: ```