From 8854b27dd183bbd659d9984a5e0c5f63d93785e6 Mon Sep 17 00:00:00 2001 From: iodar Date: Wed, 10 Apr 2024 17:59:39 +0200 Subject: [PATCH] docs: updated docs for installing on linux Part-of: --- subprojects/gst-docs/markdown/installing/on-linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/installing/on-linux.md b/subprojects/gst-docs/markdown/installing/on-linux.md index d067410b79..ae6aa03d38 100644 --- a/subprojects/gst-docs/markdown/installing/on-linux.md +++ b/subprojects/gst-docs/markdown/installing/on-linux.md @@ -22,7 +22,9 @@ dnf install gstreamer1-devel gstreamer1-plugins-base-tools gstreamer1-doc gstrea Run the following command: -`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-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-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio +``` ## Building applications using GStreamer