vysheng / tg

telegram-cli
GNU General Public License v2.0
6.49k stars 1.54k forks source link

Cannot run "./bin/telegram-cli" #1512

Open Zikt opened 6 years ago

Zikt commented 6 years ago

I downloaded telegram cli with git on my home folder on Raspian 1 ) git clone --recursive https://github.com/vysheng/tg.git && cd tg and i installed required packages 2 ) sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev libpython-dev make and thene ./configure make but i cant access ./bin/telegram-cli bash: ./bin/telegram-cli: No such file or directory What am I not doing right/how can I fix this? I really need telegram on my computer...

Zikt commented 6 years ago

I got this from running make: cc1: all warnings being treated as errors Makefile.tgl:20: recipe for target 'objs/crypto/rsa_pem_openssl.o' failed make: *** [objs/crypto/rsa_pem_openssl.o] Error 1 Pls hel me figure out what is wrong...