2016-06-04 06:40:14 +00:00
|
|
|
---
|
|
|
|
short-description: Download and install GStreamer
|
|
|
|
...
|
|
|
|
|
2016-06-17 22:21:42 +00:00
|
|
|
# Installing GStreamer
|
2016-05-16 14:30:34 +00:00
|
|
|
|
2016-05-27 02:14:38 +00:00
|
|
|
## Choose your platform by clicking on the corresponding logo
|
2016-05-16 14:30:34 +00:00
|
|
|
|
2016-10-21 13:23:28 +00:00
|
|
|
[![](attachments/mac.png)](installing-on-mac-osx.md)
|
|
|
|
[![](attachments/windows.png)](installing-on-windows.md)
|
|
|
|
[![](attachments/android.png)](installing-for-android-development.md)
|
|
|
|
[![](attachments/ios.jpeg)](installing-for-ios-development.md)
|
2016-05-16 14:30:34 +00:00
|
|
|
|
2016-05-27 02:14:38 +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
|
2016-05-27 02:14:38 +00:00
|
|
|
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
|
2016-10-21 13:23:28 +00:00
|
|
|
using cerbero](building-from-source-using-cerbero.md).
|