From 59c99dded8f477c1656ea06e8dfedb2ed2487a5f Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Sun, 28 May 2017 22:12:30 -0700 Subject: [PATCH] installing: on-linux: improve install instructions * Drop references to the SDK * Add APT install instructions * Fix some typos and other minor issues --- markdown/installing/on-linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/markdown/installing/on-linux.md b/markdown/installing/on-linux.md index 9cff5ddce8..a9ea485f8e 100644 --- a/markdown/installing/on-linux.md +++ b/markdown/installing/on-linux.md @@ -8,7 +8,7 @@ All the commands given in this section are intended to be typed in from a terminal. > ![Warning](images/icons/emoticons/warning.png) -Make sure you have superuser (root) access rights to install the GStreamer SDK. +Make sure you have superuser (root) access rights to install GStreamer. ## Install GStreamer on Fedora @@ -18,17 +18,17 @@ Run the following command: dnf install gstreamer1-devel gstreamer1-plugins-base-tools gstreamer1-devel-docs gstreamer1-plugins-base-devel gstreamer1-plugins-base-devel-docs gstreamer1-plugins-good gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-ugly-devel-docs gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-devel gstreamer1-plugins-bad-free-extras ``` -## Install GStreamre on Ubuntu or Debian +## Install GStreamer on Ubuntu or Debian Run the following command: -` apt-get install .... ` +`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` ## Building applications using GStreamer The only other “development environment” that is required is the `gcc` compiler and a text editor. In order to compile code that -requires the GStreamer SDK and uses the GStreamer core library, remember +requires GStreamer and uses the GStreamer core library, remember to add this string to your `gcc` command: ```