Skip to content

Commit

Permalink
Merge pull request #311 from mapio/master
Browse files Browse the repository at this point in the history
Bumped readline version (for homebrew on OSX)
  • Loading branch information
vysheng committed Nov 3, 2014
2 parents 4042273 + 35e8622 commit f25aa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f25aa36

Please sign in to comment.