Description
In result, examples from the source repository cannot be built on MacOS because of non-standard location of libevent:
$ brew --prefix libevent
|
/usr/local/opt/libevent
|
/Users/avsej/code/libcouchbase/example/libeventdirect/main.c:29:10: fatal error: 'event2/event.h' file not found
|
#include <event2/event.h>
|
^~~~~~~~~~~~~~~~
|