mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
23 lines
953 B
Markdown
23 lines
953 B
Markdown
---
|
|
short-description: Download and install GStreamer
|
|
...
|
|
|
|
# Installing GStreamer
|
|
|
|
## Choose your platform by clicking on the corresponding logo
|
|
|
|
[![](attachments/mac.png)](sdk-installing-on-mac-osx.md)
|
|
[![](attachments/windows.png)](sdk-installing-on-windows.md)
|
|
[![](attachments/android.png)](sdk-installing-for-android-development.md)
|
|
[![](attachments/ios.jpeg)](sdk-installing-for-ios-development.md)
|
|
|
|
## Linux
|
|
|
|
The GStreamer community does not provide binaries for GNU/Linux
|
|
platforms as it will always be available through package managers on
|
|
all distribution. It is also always installed by default on desktop
|
|
environments, you will just need to make sure you have the development
|
|
packages installed (refer to your distribution documentation for more
|
|
information). If you really want to run upstream style binaries on
|
|
Linux, you can always follow the instructions to [build from source
|
|
using cerbero](sdk-building-from-source-using-cerbero.md).
|