Skip to content

Instantly share code, notes, and snippets.

@ivoputzer
Created June 19, 2016 17:49
Show Gist options
  • Save ivoputzer/f7b042f468d73a8e6500aa2a24b3c671 to your computer and use it in GitHub Desktop.
Save ivoputzer/f7b042f468d73a8e6500aa2a24b3c671 to your computer and use it in GitHub Desktop.
vysheng/tg telegram-cli install osx
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