From d3ffa5b2a3fcb3a722770aabb8e17506b0d66ddc Mon Sep 17 00:00:00 2001 From: Ilya Kovalenko Date: Sat, 27 Jun 2015 14:56:05 +0700 Subject: [PATCH] Unnecessary brew installs Brew can do it inline. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ecbfa0..e1e3a51 100644 --- a/README.md +++ b/README.md @@ -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