From c9001df97c710c1036d4b8a0367695556e8ea36d Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 12 Sep 2021 19:30:04 +0200 Subject: [PATCH] Add libxss-dev dependency --- BUILDING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index b210f914..69c22f11 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -21,11 +21,12 @@ add_subdirectory(SceneSwitcher) ``` Now follow the [build instructions for obs-studio](https://obsproject.com/wiki/install-instructions) for your particular platform. + Note that on Linux systems it might be necessary to additionally install the following packages to fulfill the dependencies to `XTest` and `XScreensaver` - exact command may differ: ``` sudo apt-get install \ libxtst-dev \ - x11proto-scrnsaver-dev + libxss-dev ``` ## Compiling out of tree @@ -69,7 +70,7 @@ Install dependencies `XTest` and `XScreensaver` - exact command may differ: ``` sudo apt-get install \ libxtst-dev \ - x11proto-scrnsaver-dev + libxss-dev ``` Most versions of Linux you can use cmake-gui or the command line.