Commit 6621e6e1 authored by DonLakeFlyer's avatar DonLakeFlyer

Update install instructions to work with Ubuntu 16.04

parent a34b406b
...@@ -35,7 +35,10 @@ gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, cl ...@@ -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 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. The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment