Update README.md

This commit is contained in:
ngoyal 2014-04-01 13:58:11 -04:00
parent 2679e335b7
commit f2cce63b21
1 changed files with 5 additions and 1 deletions

View File

@ -188,7 +188,11 @@ build the packages, this is simplythe one we chose to use.
#### Homebrew
If you're using [Homebrew](http://brew.sh/), you may run `brew install getdns`.
If you're using [Homebrew](http://brew.sh/), you may run `brew install getdns`. By default, this will only build the core library without any 3rd party event loop support.
To install the [event loop integration libraries](https://github.com/getdnsapi/getdns/wiki/Asynchronous-Support) that enable support for libevent, libuv, and libev, run: `brew install getdns --with-libevent --with-libuv --with-libev`. All switches are optional.
Note that in order to compile the examples, the `--with-libevent` switch is required.
Contributors
============