ZaStoGram/TMessagesProj/jni/tde2e
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-05-01 02:05:36 +04:00
..
arm64-v8a update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
armeabi-v7a update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
include update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
x86 update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
x86_64 update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
bridge.cpp update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
build-tdlib.sh update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
CMakeLists.txt update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00
README update to 11.9.1 (5900) 2025-05-01 02:05:36 +04:00

git clone https://github.com/tdlib/td
cd td/example/android
# copy build-tdlib.sh and CMakeLists.txt into this folder
./fetch-sdk.sh
# copy boringssl from TMessagesProj/jni/boringssl into td/example/android/third-party/openssl with such structure:
# third-party/
#   openssl/
#     $ARCH/
#       include/ <- TMessagesProj/jni/boringssl/include
#       lib/ <- TMessagesProj/jni/boringssl/lib/$ARCH
./build-tdlib.sh
# gather libtde2e.a and libtdutils.a into TMessagesProj/jni/tde2e/$ARCH