aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyniuhin <agony404@gmail.com>2018-09-17 21:38:49 +0300
committersyniuhin <agony404@gmail.com>2018-09-17 21:42:13 +0300
commit9904ba56456a4b34d74eafc7e459b8ec716f988b (patch)
treec2f5c45b20c38d4a3c6f8eff4b9fc9a4bddc7ffd
parent2239fac07cfdc890c2dd33cfd3090a09b3a713d1 (diff)
downloadservo-9904ba56456a4b34d74eafc7e459b8ec716f988b.tar.gz
servo-9904ba56456a4b34d74eafc7e459b8ec716f988b.zip
Add llvm to macOS required dependencies in docs
-rw-r--r--README.md4
1 files 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