From 1641813b06b448cc3fbdf4ebb7551acdfa4b8a01 Mon Sep 17 00:00:00 2001 From: "Sebastian J. Wolf" Date: Sun, 13 Sep 2020 23:37:47 +0200 Subject: [PATCH] Add info about compiled TDLib requirement to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e8cfb9..9e44a41 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ const char TDLIB_API_HASH[] = "1234567890abcdef1234567890abcdef"; You get the Telegram API ID and hash as soon as you've registered your own application on [https://my.telegram.org](https://my.telegram.org). +Moreover, you need to have a compiled version of [TDLib](https://github.com/tdlib/td) in the subfolder `tdlib/lib` that fits to the target device architecture (e.g. armv7hl) as this repository only includes the header and make files of TDLib. + ## Credits This project uses - The Telegram Database Library (TDLib) - available on [GitHub.com](https://github.com/tdlib/td). Thanks for making it available under the conditions of the Boost Software License 1.0! Details about the license of TDLib in [its license file](https://github.com/tdlib/td/blob/master/LICENSE_1_0.txt).