Update theme submodule
[platform/upstream/gstreamer.git] / markdown / installing / index.md
1 ---
2 short-description: Download and install GStreamer
3 ...
4
5 #  Installing GStreamer
6
7 ## Choose your platform by clicking on the corresponding logo
8
9 [![](images/mac.png)](installing/on-mac-osx.md)
10 [![](images/windows.png)](installing/on-windows.md)
11 [![](images/android.png)](installing/for-android-development.md)
12 [![](images/ios.jpeg)](installing/for-ios-development.md)
13
14 ## Linux
15
16 The GStreamer community does not provide binaries for GNU/Linux
17 platforms as it will always be available through package managers on
18 all distribution. It is also always installed by default on desktop
19 environments, you will just need to make sure you have the development
20 packages installed (refer to your distribution documentation for more
21 information). If you really want to run upstream style binaries on
22 Linux, you can always follow the instructions to [build from source
23 using cerbero](installing/building-from-source-using-cerbero.md).