tdlib.native.osx-x64
1.8.29
dotnet add package tdlib.native.osx-x64 --version 1.8.29
NuGet\Install-Package tdlib.native.osx-x64 -Version 1.8.29
<PackageReference Include="tdlib.native.osx-x64" Version="1.8.29" />
paket add tdlib.native.osx-x64 --version 1.8.29
#r "nuget: tdlib.native.osx-x64, 1.8.29"
// Install tdlib.native.osx-x64 as a Cake Addin #addin nuget:?package=tdlib.native.osx-x64&version=1.8.29 // Install tdlib.native.osx-x64 as a Cake Tool #tool nuget:?package=tdlib.native.osx-x64&version=1.8.29
tdlib.native
This is a project to pack TDLib (the Telegram Database library) binaries built for several platforms:
- MacOS 11 (x86-64) (GitHub Actions image:
macos-11
) - MacOS 14 (AArch64) (GitHub Actions image:
macos-14
) - Ubuntu 20.04 (x86-64) (GitHub Actions image:
ubuntu-20.04
) - Ubuntu 22.04 (x86-64) (GitHub Actions image:
ubuntu-22.04
) - Windows Server 2019 (x86-64) (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.
Getting Started
Install the latest package (all binaries packed for .NET SDK) from NuGet:
Platform Package Linux x86-64 (Ubuntu 20.04) Linux x86-64 (Ubuntu 22.04) Windows x86-64 macOS AArch64 macOS x86-64 All tdlib.native package depends on latest versions of each other platform (i.e. all except the obsolete Ubuntu 20.04), so the resulting application will work on any supported platform.
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.
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
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on tdlib.native.osx-x64:
Package | Downloads |
---|---|
tdlib.native
NuGet packaging for tdlib: Telegram client library. Meta-package pulling x64 dependencies for Windows, Ubuntu 22.04 and macOS, and AArch64 dependency for macOS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
[Changed]
- Update to TDLib v1.8.29 (https://github.com/tdlib/td/tree/fd3154b28727df9e66423d64168fab1202d8c849).