Merge pull request #311 from mapio/master
Bumped readline version (for homebrew on OSX)
This commit is contained in:
commit
f25aa36076
@ -74,8 +74,8 @@ If using [Homebrew](http://brew.sh/):
|
|||||||
brew install libconfig
|
brew install libconfig
|
||||||
brew install readline
|
brew install readline
|
||||||
brew install lua
|
brew install lua
|
||||||
export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.2.4/include"
|
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.2.4/lib"
|
export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.3.8/lib"
|
||||||
./configure && make
|
./configure && make
|
||||||
|
|
||||||
Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution.
|
Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user