kenorb-contrib / tg

`telegram-cli` for Telegram IM
https://github.com/telegramdesktop/tdesktop
GNU General Public License v2.0
382 stars 52 forks source link

Does anyone know how to install this on Termux? #27

Open bitcoinmeetups opened 3 years ago

bitcoinmeetups commented 3 years ago

Does anyone know how to install this on Termux?

NaruFGT commented 3 years ago

The dependencies are autotools, libreadline, libconfig, openssl/crypto, lua, libevent, jansson (libjansson), and python. A review of termux packages indicates all these dependencies are met. I would imagine one just needs to clone the repository, use aptitude or apt-get to install these dependencies, and proceed to ./configure && make If you run into specific issues along the way I'll try and help.