mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
23c60cafe3
commit
59c99dded8
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ All the commands given in this section are intended to be typed in from
|
||||||
a terminal.
|
a terminal.
|
||||||
|
|
||||||
> 
|
> 
|
||||||
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
|
## 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
|
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:
|
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
|
## Building applications using GStreamer
|
||||||
|
|
||||||
The only other “development environment” that is required is
|
The only other “development environment” that is required is
|
||||||
the `gcc` compiler and a text editor. In order to compile code that
|
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:
|
to add this string to your `gcc` command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue