Skip to content

Commit 35e8622

Browse files
committed
Bumper readline version (for homebrew on OSX)
1 parent 56fe7be commit 35e8622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ If using [Homebrew](http://brew.sh/):
7474
brew install libconfig
7575
brew install readline
7676
brew install lua
77-
export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.2.4/include"
78-
export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.2.4/lib"
77+
export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.3.8/include"
78+
export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.3.8/lib"
7979
./configure && make
8080

8181
Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution.

0 commit comments

Comments
 (0)