README: OpenSSL steps on macOS are for 10.11+

This commit is contained in:
Yuki Izumi 2016-10-19 02:51:17 +11:00 committed by GitHub
parent 80447a79c4
commit 44653d3bbf

View file

@ -37,7 +37,7 @@ pip install virtualenv
``` sh ``` sh
sudo port install python27 py27-virtualenv cmake 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 ``` sh
brew install openssl brew install openssl
@ -48,7 +48,7 @@ export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
./mach build ... ./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 #### On Debian-based Linuxes