ForNeVeR / tdlib.native

Prebuilt binaries of TDLib distributed as a NuGet package.
Boost Software License 1.0
103 stars 24 forks source link
dotnet library nuget telegram

tdlib.native

This is a project to pack TDLib (the Telegram Database library) binaries built for several platforms:

We aim to create a transparent process with no manual intervention, where every artifact is produced in a clean CI environment, and uploaded automatically.

Getting Started

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.

Library Dependencies

This package doesn't bundle certain dependencies, and they are expected to be provided by the user's environment.

On Ubuntu 20.04, the TDLib version provided by tdlib.native is compiled against OpenSSL 1.1.

On Ubuntu 22.04, the TDLib version provided by tdlib.native is compiled against OpenSSL 3.0.

On macOS, the TDLib version provided by tdlib.native is compiled against OpenSSL 3.0.

On Windows, Microsoft Visual C++ Redistributable of version 2019 or higher is required by TDLib.

Documentation