-
-
Save ivoputzer/f7b042f468d73a8e6500aa2a24b3c671 to your computer and use it in GitHub Desktop.
vysheng/tg telegram-cli install osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Downloads | |
git clone --recursive https://github.com/vysheng/tg.git | |
cd tg | |
brew install libconfig readline lua python libevent jansson openssl | |
brew link --force openssl | |
brew link --force readline | |
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 --disable-liblua && make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment