Merge branch '1.0'

This commit is contained in:
Alexey Kopytov
2017-12-23 13:33:37 +03:00

View File

@ -166,7 +166,7 @@ Assuming you have Xcode (or Xcode Command Line Tools) and Homebrew installed:
brew install mysql
# For PostgreSQL support
brew install postgresql
# openssl is not linked by Homebrew, this is to avoid "ld: library not found for -lss"
# openssl is not linked by Homebrew, this is to avoid "ld: library not found for -lssl"
export LDFLAGS=-L/usr/local/opt/openssl/lib
```