From 27a10291416fefdd8b7c987fcae63ad8a4e5358b Mon Sep 17 00:00:00 2001 From: Winslow Date: Sun, 27 Feb 2022 11:57:33 -0800 Subject: [PATCH] Update readme to have build-essential package for ubuntu based distros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38263c96..06f91105 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ For building on desktop linux, follow these steps as per your distribution: ```bash sudo apt-get install cmake libavahi-compat-libdnssd-dev libplist-dev libssl-dev \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav \ - gstreamer1.0-vaapi gstreamer1.0-plugins-bad + gstreamer1.0-vaapi gstreamer1.0-plugins-bad build-essential mkdir build cd build cmake ..