tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Where can I found a precompiled libtdjson.so? #2418

Closed CaliforniaMountainSnake closed 1 year ago

CaliforniaMountainSnake commented 1 year ago

I want to use TDLib JSON interface from PHP FFI, but i requires libtdjson.so to run. As I understand, it is not an option to compile TDLib on a 1 GB server. Where can I download a precompiled libtdjson.so?

levlam commented 1 year ago

We don't provide pre-built binaries. Moreover, binaries aren't portable by definition and usually can be used only with specific OS version.

Also, you definitely can build TDLib on a 1 GB server. Just use https://tdlib.github.io/td/build.html, choose clang as compiler and check an option for reduced RAM requirements during building.