mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Update mac prerequisites for libavformat requirements
This commit is contained in:
parent
aced80b56d
commit
808b51d876
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