Skip to content

Commit

Permalink
Add required library for OSX
Browse files Browse the repository at this point in the history
That library was required on `./configure` step for OSX 10.9.4. It mught be same for MacPorts, but I don't using them.
  • Loading branch information
dsnipe committed May 30, 2015
1 parent 7c9f097 commit 842fd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 842fd9f

Please sign in to comment.