docs: installing-on-macos: flesh out instructions what to download
authorwuchang li <wuchangli3613@gmail.com>
Mon, 27 Jul 2020 14:18:38 +0000 (14:18 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 9 Nov 2021 17:46:31 +0000 (17:46 +0000)
Closes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/106/

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1324>

subprojects/gst-docs/markdown/installing/on-mac-osx.md

index 832b345..f8e6771 100644 (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).