TelegramStorageParser icon indicating copy to clipboard operation
TelegramStorageParser copied to clipboard

cross platform support

Open mr-tron opened this issue 6 years ago • 2 comments

for linux enough change [DllImport("libcrypto.dll", CallingConvention = CallingConvention.Cdecl)] to [DllImport("/usr/lib/x86_64-linux-gnu/libssl.so", CallingConvention = CallingConvention.Cdecl)]

mr-tron avatar Oct 22 '18 20:10 mr-tron

I can make the path be a constant string you can change in one place, but I don't know that there's a fixed location for openssl libraries on linux.

MihaZupan avatar Oct 22 '18 22:10 MihaZupan

I think you can just add libssl.so to repo, like libcrypto.dll

mr-tron avatar Oct 23 '18 15:10 mr-tron