Hello, I’m trying to run a Telegram API, but I’m always getting an error.
I tried with pre-prepared files that work on Linux on my computer, but I can’t run them in the Addon in the code I wrote.
The Addon works on any operating system on Linux x86-x64, Windows, even on Android. However, on CoreELEC, it gets an error.
Is there a way to maybe create the necessary files?
To create them, the following libraries are needed:
apt-get install make git zlib1g-dev libssl-dev gperf php5-cli cmake g++
But since library installation isn’t possible. Maybe it wiil help if I create CoreELEC from scratch?
i have a addon that in kodi that i can accses to my account and show photos and videos from my chat.
so it crate a http server that i use to send command to.
and to use it you need the files of TDLib build. tdlib/td: Cross-platform library for building Telegram clients
you can see the exmple of tdlib code in here: td/example/python/tdjson_example.py at master · tdlib/td
but when i try to to put my “libtdjson.so” that created in linux pc.
it not working.
problem like this means i need to create the TDLib build in the coreelc.