X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=9d5d79bd9912c01767f21e8ed543e9b22cbe8685;hb=9e6056b3064c14382dded008cb3d497e7c02d1bc;hp=b6d306f22d8ba22512d249dc7035a0dc2bffb562;hpb=5a421886b43e4dda13eb3c8cfbb6292442741dfb;p=platform%2Fupstream%2Fgstreamer.git diff --git a/README.md b/README.md index b6d306f..9d5d79b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,20 @@ binary in your PATH. You can find [instructions for Windows below](#windows-prerequisites-setup). + +On macOS, you might need to execute "Install Certificates.command" from the +Python folder in the user Applications folder: + +``` +$ /Applications/Python\ 3.*/Install\ Certificates.command +``` + +Otherwise you will get this error when downloading meson wraps: + +``` +urllib.error.URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed +``` + ### Build GStreamer and its modules You can get all GStreamer built running: @@ -205,7 +219,7 @@ All the selected features will be registered into a dedicated `NULL` plugin name This will cause the features/plugins that are not registered to not be included in the final gstreamer-full library. -This is an experimental feature, backward uncompatible changes could still be +This is an experimental feature, backward incompatible changes could still be made in the future. # Development environment