From 35e8622d64aca5e336dce5bc31d222514f73333d Mon Sep 17 00:00:00 2001 From: Massimo Santini Date: Thu, 30 Oct 2014 00:07:31 +0100 Subject: [PATCH] Bumper readline version (for homebrew on OSX) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9924e8..2adf04d 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ If using [Homebrew](http://brew.sh/): brew install libconfig brew install readline brew install lua - export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.2.4/include" - export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.2.4/lib" + 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 Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution.