tdl
tdl copied to clipboard
arm64 error
Hi, I'm trying to run tdl, but I got this error. Could you help me to solve this problem? I use mac m1 max.
Hi! prebuilt-tdlib
does not support arm (this is stated in the README). You need to build TDLib from the source: https://github.com/tdlib/td#building and install it onto the system (cmake --install .
), then uninstall prebuilt-tdlib
.
It works well! Thank you for the answer.