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.
This commit is contained in:
parent
7c9f097877
commit
842fd9f0fb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user