summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Karydes <florian.karydes@gmail.com>2021-03-05 08:00:13 +0100
committerFlorian Karydes <florian.karydes@gmail.com>2021-03-05 08:00:13 +0100
commit9163aad08a95d77fe3578eaf3a67291a874fb274 (patch)
tree3f3aa14a847fba7d1a14868fa05360aa2c2984cf
parentfb03f38d4a0e0177fc5e4a4cb9615c24eb7a5e82 (diff)
Install `*-dev` packages in Linux to get headers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/147>
-rw-r--r--markdown/installing/on-linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/installing/on-linux.md b/markdown/installing/on-linux.md
index 6921bb0..6285231 100644
--- a/markdown/installing/on-linux.md
+++ b/markdown/installing/on-linux.md
@@ -22,7 +22,7 @@ dnf install gstreamer1-devel gstreamer1-plugins-base-tools gstreamer1-doc gstrea
Run the following command:
-`apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio`
+`apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio`
## Building applications using GStreamer