Raspberry Telegram

Bonjour,

J’essaye d’installer Telegram cli pour utiliser l’api avec mon raspberry .

J’installe les pré requis et ensuite :
cd ~
git clone --recursive GitHub - LucentW/tg: telegram-cli

et
cd ~/tg
./configure
make

J’ai une erreur au make : make: *** No targets specified and no makefile found. Stop.
et si j’essaye la commande suivante
bin/telegram-cli -k tg-server.pub -W

J’ai une erreur le dossier n’existe pas…

Je ne comprend pas ce que j’ai loupé :confused:

Bonsoir,

Vous avez bien tapé ces commandes ?

$ git clone --recursive GitHub - vysheng/tg: telegram-cli && cd tg
$ ./configure
$ make

@++

Oui tout à fait j’avais bien rajouté le « && cd tg »
J’utlise la version lite de raspbian mais j’ai bien installer tous les pré requis …

EDIT: J’ai essayé d’installer via snap et j’ai eu ça :
ERROR: ld.so: object ‹ /usr/lib/arm-linux-gnueabihf/libarmmem.so › from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‹ /usr/lib/arm-linux-gnueabihf/libarmmem.so › from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Telegram-cli version 1.4.1, Copyright © 2013-2015 Vitaly Valtman
Telegram-cli comes with ABSOLUTELY NO WARRANTY; for details type show_license'. This is free software, and you are welcome to redistribute it under certain conditions; type show_license’ for details.
Telegram-cli uses libtgl version 2.1.0
Telegram-cli includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit.
I: config dir=[/home/pi/snap/telegram-cli/27/.telegram-cli]
[/home/pi/snap/telegram-cli/27/.telegram-cli] created
[/home/pi/snap/telegram-cli/27/.telegram-cli/downloads] created

telegram-cli: tgl/mtproto-utils.c:101: BN2ull: Assertion `0’ failed.