Update mac prerequisites for libavformat requirements

This commit is contained in:
Josh Matthews 2016-08-04 13:08:48 -04:00 committed by GitHub
parent aced80b56d
commit 808b51d876

View file

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