From 6621e6e17cf6dd20d82a47e4dbeac18f4b073a4c Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Thu, 4 Jan 2018 13:01:21 -0800 Subject: [PATCH] Update install instructions to work with Ubuntu 16.04 --- src/VideoStreaming/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index f1753d3d1..585cb9cf8 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -35,7 +35,10 @@ gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, cl Use apt-get to install GStreamer 1.0 ``` -sudo apt-get install gstreamer1.0* +list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris) +``` +``` +sudo apt-get install $list ``` The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically. -- 2.22.0