Auto merge of #21472 - CYBAI:update-readme, r=nox

Add `autoconf` as required dependency for macOS

Update README

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21471
- [x] These changes do not require tests

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21472)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-08-21 12:25:27 -04:00 committed by GitHub
commit 7f820ab6eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```