Unnecessary brew installs

Brew can do it inline.
This commit is contained in:
Ilya Kovalenko 2015-06-27 14:56:05 +07:00
parent be1ac1f456
commit d3ffa5b2a3

View File

@ -78,12 +78,7 @@ The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/rea
If using [Homebrew](http://brew.sh/):
brew install libconfig
brew install readline
brew install lua
brew install python
brew install libevent
brew install jansson
brew install libconfig readline lua python libevent 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