readme: List yasm as a build-time dependency for Servo.

This commit is contained in:
Emilio Cobos Álvarez 2016-10-24 19:40:50 +02:00
parent 9682c0cd3a
commit 30039f2cdc
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -29,13 +29,13 @@ Please select your operating system:
#### On OS X (homebrew) #### On OS X (homebrew)
``` sh ``` sh
brew install automake pkg-config python cmake brew install automake pkg-config python cmake yasm
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 yasm
``` ```
#### 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