This is a project to pack TDLib (the Telegram Database library) binaries built for several platforms:
- MacOS 11 (x64) (GitHub Actions image:
macos-11
) - Ubuntu 20.04 (x64) (GitHub Actions image:
ubuntu:20.04
) - Windows Server 2019 (x64) (GitHub Actions image:
windows-2019
)
We aim to create a transparent process with no manual intervention, where every artifact is produced in a clean CI environment, and uploaded automatically.
- Install the latest package (all binaries packed for .NET SDK) from NuGet:
- Download the latest binaries from the Releases section
If using .NET, then you'll probably need to also install tdsharp, and then use the library through the provided API.
For other technologies or if you don't want to use tdsharp in .NET, you can just download the binaries and then use them in a manner your technology allows to use dynamically loaded libraries. Consult the TDLib documentation for further directions.
On Windows, Microsoft Visual C Redistributable of version 2019 or higher is required by TDLib.