fix mac brew, use libressl and homebrew

This commit is contained in:
Jeff 2016-05-04 12:12:24 -04:00
parent 5e2dc14dd5
commit 00cfdc7d92
3 changed files with 45 additions and 1 deletions

View file

@ -93,6 +93,21 @@ If you need UPnP support (don't forget to run CMake with `WITH_UPNP=ON`) miniupn
miniupnpc-devel
```
MAC OS X
--------
Requires homebrew
```bash
brew install libressl boost
```
Then build:
```bash
make
```
FreeBSD
-------