mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
readme: List yasm as a build-time dependency for Servo.
This commit is contained in:
parent
9682c0cd3a
commit
30039f2cdc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue