From 842fd9f0fb436bf8fd06958d675539bbd3425612 Mon Sep 17 00:00:00 2001 From: Dmitry Tymchuk Date: Sat, 30 May 2015 12:52:01 +0300 Subject: [PATCH] Add required library for OSX That library was required on `./configure` step for OSX 10.9.4. It mught be same for MacPorts, but I don't using them. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9047d62..609ceb8 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ If using [Homebrew](http://brew.sh/): brew install lua brew install python brew install libevent + brew install jansson 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