Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing the Telegram CLI with MacPorts #129

Closed
p3k opened this issue Feb 28, 2014 · 1 comment
Closed

Installing the Telegram CLI with MacPorts #129

p3k opened this issue Feb 28, 2014 · 1 comment

Comments

@p3k
Copy link

p3k commented Feb 28, 2014

Maybe you want to consider adding this to the Mac OS X installation instructions:

cd /tmp
git clone https://github.com/vysheng/tg.git
cd tg
sudo port install libconfig-hr readline lua
export CFLAGS=-I/opt/local/include
export LDFLAGS=-L/opt/local/lib
./configure
sed -i.bak 's/-rdynamic //g' Makefile
make

https://blog.p3k.org/stories/8350/

@koter84
Copy link
Contributor

koter84 commented May 29, 2014

thanks i added it to the readme over at https://github.com/koter84/tg

@vysheng vysheng closed this as completed Sep 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants