diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-08-04 13:08:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 13:08:48 -0400 |
commit | 808b51d876411bf6b114f5c0ba3d0a48e5f12c15 (patch) | |
tree | 5535ed3b784aa3a12a5e1786fce5f03728610505 | |
parent | aced80b56de7921faec73cc1d0fd92c0dd4aa325 (diff) | |
download | servo-808b51d876411bf6b114f5c0ba3d0a48e5f12c15.tar.gz servo-808b51d876411bf6b114f5c0ba3d0a48e5f12c15.zip |
Update mac prerequisites for libavformat requirements
-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: |