Skip to content

Commit

Permalink
Merge pull request #82 from MetaCDN/master
Browse files Browse the repository at this point in the history
Update README with Mac build docs
  • Loading branch information
AdamYellen committed Aug 24, 2017
2 parents ba04d11 + 465896c commit baaf295
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -61,6 +61,15 @@ make
Install cmake and openssl with development files from "brew". Note that the
system version of OpenSSL is inappropriate, although you should be able to
use any newer version compiled from sources, if you prefer.
```
brew install cmake
brew install openssl
export OPENSSL_ROOT_DIR=$(brew --prefix openssl)
export OPENSSL_LIB_DIR=$(brew --prefix openssl)"/lib"
export OPENSSL_INCLUDE_DIR=$(brew --prefix openssl)"/include"
./configure
make
```

## For Windows:

Expand Down

0 comments on commit baaf295

Please sign in to comment.