mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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 -->
This commit is contained in:
commit
9fbd1e6da2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue