gstreamer/sdk-installing.md

24 lines
953 B
Markdown
Raw Normal View History

---
short-description: Download and install GStreamer
...
2016-06-17 22:21:42 +00:00
# Installing GStreamer
2016-05-16 14:30:34 +00:00
## Choose your platform by clicking on the corresponding logo
2016-05-16 14:30:34 +00:00
2016-06-17 21:20:43 +00:00
[![](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)
2016-05-16 14:30:34 +00:00
## Linux
2016-05-16 14:30:34 +00:00
2016-06-17 22:21:42 +00:00
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
2016-06-17 22:21:42 +00:00
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).