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

openssl build error and no dll found for net or even json dll #2701

Closed amirjcr closed 10 months ago

amirjcr commented 11 months ago

Hi I'm new to Telegram Database Library So I use Tdlib_Build_Insttraction I face this error while building lib Screenshot 2023-11-27 215707

Screenshot 2023-11-27 215913

Screenshot 2023-11-27 215933

and commands run after the error how I could solve this error and build dll files

levlam commented 11 months ago

You need to remove the tools/nasm directory manually as suggested in https://github.com/microsoft/vcpkg/issues/35123.

amirjcr commented 11 months ago

You need to remove the tools/nasm directory manually as suggested in microsoft/vcpkg#35123.

it's worked thanks a lot for your help