Commit 0c573a98 authored by vysheng's avatar vysheng

Merge pull request #570 from dsnipe/patch-1

Add required library for OSX
parents 90927315 842fd9f0
......@@ -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
......
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