From f2b8afcaeee66d3a175def91b8b5836788da5559 Mon Sep 17 00:00:00 2001 From: Jon Craton Date: Tue, 1 Dec 2020 13:37:02 -0500 Subject: [PATCH] Combine QT and LibOBS install into one apt command This change updates the readme to recommend installing both apt-based dependencies simultaneously via a single apt command. This is more efficient and makes the overall setup slightly simpler. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b0caf4c..2129f19 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,10 @@ issue #17][vcam#17]. ## Build -- Install QT +- Install QT and LibObs ``` -sudo apt install qtbase5-dev -``` - -- Install LibObs - -``` -sudo apt install libobs-dev +sudo apt install qtbase5-dev libobs-dev ``` - Get obs-studio source code