mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
README: OpenSSL steps on macOS are for 10.11+
This commit is contained in:
parent
80447a79c4
commit
44653d3bbf
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ pip install virtualenv
|
|||
``` sh
|
||||
sudo port install python27 py27-virtualenv cmake
|
||||
```
|
||||
#### 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
|
||||
|
||||
``` sh
|
||||
brew install openssl
|
||||
|
@ -48,7 +48,7 @@ export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
|||
./mach build ...
|
||||
```
|
||||
|
||||
If you've already partially compiled servo but forgot to do this step, run ./mach clean, set the shell variables, and recompile.
|
||||
If you've already partially compiled servo but forgot to do this step, run `./mach clean`, set the shell variables, and recompile.
|
||||
|
||||
#### On Debian-based Linuxes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue