docs: installing-on-macos: flesh out instructions what to download

Closes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/106/

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1324>
This commit is contained in:
wuchang li 2020-07-27 14:18:38 +00:00 committed by GStreamer Marge Bot
parent ebb61c5e24
commit 7ac662f19d

View file

@ -32,8 +32,11 @@ There are 3 sets of files in the SDK:
with [PackageMaker](https://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/PackageMakerUserGuide/Introduction/Introduction.html)
to deploy GStreamer with your application
Get **both the runtime and the development installers** from [here](https://gstreamer.freedesktop.org/data/pkg/osx/).
Get **both the runtime and the development installers** from
the [GStreamer download page](https://gstreamer.freedesktop.org/download/#macos)
and **please install both of them**:
- The runtime installer is e.g. `gstreamer-1.0-{VERSION}-x86_64.pkg`, and
- The development installer is e.g. `gstreamer-1.0-devel-{VERSION}-x86_64.pkg`
> ![Warning](images/icons/emoticons/warning.svg)
> On Mac OS X 10.6 (Snow Leopard) you have to install Python 2.7 manually. It is included in later versions of OS X already. You can get it from [here](http://www.python.org/getit).