Commit 7c050ae1 authored by AJRepo's avatar AJRepo

Doc: Linux gstreamer install, exclude doc packages

In the installation of gstreamer-dev packages on Linux, excluding the
doc packages saves disk space and bandwidth.
parent 14796b39
......@@ -50,7 +50,7 @@ QGC also supports RTSP, TCP-MPEG2 and MPEG-TS (h.264) pipelines.
Use apt-get to install GStreamer 1.0
```
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris)
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | sed -e /-doc/d | grep -v gstreamer1.0-hybris)
```
```
sudo apt-get install $list
......
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