mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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):
|
On OS X (homebrew):
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
brew install automake pkg-config python cmake
|
brew install automake pkg-config python cmake ffmpeg
|
||||||
pip install virtualenv
|
pip install virtualenv
|
||||||
```
|
```
|
||||||
|
|
||||||
On OS X (MacPorts):
|
On OS X (MacPorts):
|
||||||
|
|
||||||
``` sh
|
``` 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:
|
On OS X 10.11 (El Capitan), you also have to install openssl:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue