installing: on-linux: improve install instructions

* Drop references to the SDK
* Add APT install instructions
* Fix some typos and other minor issues
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-05-28 22:12:30 -07:00
parent 23c60cafe3
commit 59c99dded8

View file

@ -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:
```