Skip to content

Commit

Permalink
Update mac prerequisites for libavformat requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Aug 4, 2016
1 parent aced80b commit 808b51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 808b51d

Please sign in to comment.