diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-08-04 13:32:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 13:32:37 -0500 |
commit | 9fbd1e6da29fda5b02f7bbcf656b8a454ab487c9 (patch) | |
tree | f311fc108ddc66f7e76b5635c1c1296ef6e90a25 | |
parent | 4bc629b369242d16675161ab6af8141dab0bb556 (diff) | |
parent | 808b51d876411bf6b114f5c0ba3d0a48e5f12c15 (diff) | |
download | servo-9fbd1e6da29fda5b02f7bbcf656b8a454ab487c9.tar.gz servo-9fbd1e6da29fda5b02f7bbcf656b8a454ab487c9.zip |
Auto merge of #12734 - servo:jdm-patch-1, r=ConnorGBrewster
Update mac prerequisites for libavformat requirements
These were missed in #12186.
<!-- 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/12734)
<!-- Reviewable:end -->
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 5164f01c958..0680dc2fa91 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Visit the [Servo Project page](https://servo.org/) for news and guides. On OS X (homebrew): ``` sh -brew install automake pkg-config python cmake +brew install automake pkg-config python cmake ffmpeg pip install virtualenv ``` On OS X (MacPorts): ``` sh -sudo port install python27 py27-virtualenv cmake +sudo port install python27 py27-virtualenv cmake ffmpeg ``` On OS X 10.11 (El Capitan), you also have to install openssl: |