Outbound Link Summary:
10 years ago
p3k dots

Installing the Telegram CLI with MacPorts.

sudo port install libconfig-hr readline lua
sudo port select gcc none
export CFLAGS=-I/opt/local/include
export LDFLAGS=-L/opt/local/lib
cd /tmp
git clone github.com
cd tg
sed -i.bak 's/-Wno-deprecated //g' Makefile.in
./configure && make