Recommend in README the same Brewfile as used in CI

This commit is contained in:
Simon Sapin 2018-11-22 17:46:04 +01:00
parent d406f90f32
commit 787ac87124

View file

@ -51,19 +51,18 @@ Please select your operating system:
* [Android](#cross-compilation-for-android) * [Android](#cross-compilation-for-android)
#### macOS #### macOS
#### On macOS (homebrew) ##### On macOS (homebrew)
``` sh ``` sh
brew install automake autoconf@2.13 pkg-config python cmake yasm llvm brew bundle install --file=etc/taskcluster/macos/Brewfile
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
pip install virtualenv pip install virtualenv
``` ```
#### On macOS (MacPorts) ##### On macOS (MacPorts)
``` sh ``` sh
sudo port install python27 py27-virtualenv cmake yasm llvm 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 ``` sh
brew install openssl brew install openssl