From 9904ba56456a4b34d74eafc7e459b8ec716f988b Mon Sep 17 00:00:00 2001 From: syniuhin Date: Mon, 17 Sep 2018 21:38:49 +0300 Subject: [PATCH] Add llvm to macOS required dependencies in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d16276fa1a..1b45ee9a44a 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ Please select your operating system: #### On macOS (homebrew) ``` sh -brew install automake autoconf@2.13 pkg-config python cmake yasm +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-plugins-ugly gst-libav gst-rtsp-server --with-orc -with-libogg --with-opus --with-pango --with-theora --with-libvorbis pip install virtualenv ``` #### On macOS (MacPorts) ``` sh -sudo port install python27 py27-virtualenv cmake yasm +sudo port install python27 py27-virtualenv cmake yasm llvm ``` #### On macOS >= 10.11 (El Capitan), you also have to install OpenSSL