From a8a5d9502048f1afbdac33a5152c4caf81a5c9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gijs=20Vermari=C3=ABn?= Date: Mon, 20 Jul 2020 10:14:21 +0200 Subject: [PATCH] Update README.md Added gstreamer plugin that is needed for the screen to show up. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85024075..ef148b2d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Features: Building: 1. sudo apt-get install cmake -2. sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav +2. sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-plugins-bad 3. sudo apt-get install gstreamer1.0-vaapi (For Intel graphics) 4. mkdir build 5. cd build