From 787ac871246ef41585bf5777ff30a2c5c996b7b7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 22 Nov 2018 17:46:04 +0100 Subject: [PATCH] Recommend in README the same Brewfile as used in CI --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14dc466d699..5ced598003c 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,18 @@ Please select your operating system: * [Android](#cross-compilation-for-android) #### macOS -#### On macOS (homebrew) +##### On macOS (homebrew) ``` sh -brew install automake autoconf@2.13 pkg-config python cmake yasm llvm -brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav gst-rtsp-server --with-orc --with-libogg --with-opus --with-pango --with-theora --with-libvorbis +brew bundle install --file=etc/taskcluster/macos/Brewfile pip install virtualenv ``` -#### On macOS (MacPorts) +##### On macOS (MacPorts) ``` sh sudo port install python27 py27-virtualenv cmake yasm llvm ``` -#### On macOS >= 10.11 (El Capitan), you also have to install OpenSSL +##### On macOS >= 10.11 (El Capitan), you also have to install OpenSSL ``` sh brew install openssl