diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 5164f01c958..0680dc2fa91 100644 --- a/README.md +++ b/README.md @@ -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: |