Commit 842fd9f0 authored by Dmitry Tymchuk's avatar Dmitry Tymchuk

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.
parent 7c9f0978
...@@ -75,6 +75,7 @@ If using [Homebrew](http://brew.sh/): ...@@ -75,6 +75,7 @@ If using [Homebrew](http://brew.sh/):
brew install lua brew install lua
brew install python brew install python
brew install libevent brew install libevent
brew install jansson
export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.3.8/include" 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" export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.3.8/lib"
./configure && make ./configure && make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment