mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
23 lines
943 B
Markdown
23 lines
943 B
Markdown
---
|
|
short-description: Download and install GStreamer
|
|
...
|
|
|
|
# Installing the SDK
|
|
|
|
## Choose your platform by clicking on the corresponding logo
|
|
|
|
[![](attachments/1540163.png)](sdk-installing-on-mac-osx.md)
|
|
[![](attachments/1540164.png)](sdk-installing-on-windows.md)
|
|
[![](attachments/2654239.png)](sdk-installing-for-android-development.md)
|
|
[![](attachments/3539150.jpeg)](sdk-installing-for-ios-development.md)
|
|
|
|
## Linux
|
|
|
|
The GStreamer community does not provide the SDK 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 the Sdk on Linux, you can
|
|
always follow the instructions to
|
|
[build from source using cerbero](sdk-building-from-source-using-cerbero.md).
|