From 9cc2875455255faade2d14b72d1140c02a27246f Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Mon, 21 May 2018 23:16:57 +0200 Subject: [PATCH] add note of dependency on libXScrnSaver --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65250a34..82d08c18 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ To build it yourself follow these steps (changes / suggestions welcome): 2. Move the sources of this plugin to the the frontend-plugins folder in the OBS sources ("obs-studio/UI/frontend-plugins/SceneSwitcher" for example). 3. Edit the CMakeLists.txt in the frontend-plugins folder to include the SceneSwitcher sources directory by appending the line "add_subdirectory(SceneSwitcher)". 4. Build OBS Studio and the plugin library will be located in the respective subdirectory of the rundir inside your build folder. (for example ~/obs-studio/build/rundir/RelWithDebInfo/obs-plugins/64bit/advanced-scene-switcher.so) + + +NOTE: The linux version of this plugin is dependent on libXScrnSaver.