From fcf8d159c0c2d222af2ce58abf9caa50dc8bea6b Mon Sep 17 00:00:00 2001 From: vysheng Date: Wed, 19 Nov 2014 16:07:08 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85250d6..3dbf25c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ If using [Homebrew](http://brew.sh/): brew install libconfig brew install readline brew install lua + brew install libevent export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.3.8/include" export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.3.8/lib" ./configure && make