aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCYBAI <cyb.ai.815@gmail.com>2018-08-21 21:52:51 +0800
committerCYBAI <cyb.ai.815@gmail.com>2018-08-22 00:01:22 +0800
commite2d527aef151f35747e1ddc2442f6a55a8e56b78 (patch)
tree78255ff542a68dc13dd4cd092730e5f08cf794c2
parente2e7796a0ca9865026f7e65464e35bdeb52f14ae (diff)
downloadservo-e2d527aef151f35747e1ddc2442f6a55a8e56b78.tar.gz
servo-e2d527aef151f35747e1ddc2442f6a55a8e56b78.zip
Add `autoconf` as required dependency for macOS
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2385ee48a04..e635c28de3c 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Please select your operating system:
#### On macOS (homebrew)
``` sh
-brew install automake pkg-config python cmake yasm
+brew install automake autoconf@2.13 pkg-config python cmake yasm
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
```