tdlib-netcore icon indicating copy to clipboard operation
tdlib-netcore copied to clipboard

How should I use the project?

Open b68h4 opened this issue 4 years ago • 1 comments

Hello there

I want to use this library in Xamarin and Desktop.

I have a .so library for android compiled with android-ndk and libraries compiled normally to use on windows/linux, how can I use them with tdlib-netcore, which mode should I use?

I looked through the documentation but couldn't understand anything.

Platforms to be used: Android/Xamarin .NetCore/Windows Linux

Existing Compilation Files: libtdjsonandroid.so / Android NDK Build libtdjson.so / linux build tdjson.dll / windows build

b68h4 avatar Jun 16 '21 17:06 b68h4

Build managed nuget packages and reference the package in your project (probably with a local feed).

The tdjson wrapper uses some intrinsics only available on .NET Core and likely not supported by current release of Xamarin.

dantmnf avatar Jun 17 '21 02:06 dantmnf