lucasvanmol / algodot

Algorand integration in Godot
MIT License
5 stars 1 forks source link

Include openssl dependencies for all supported platforms in gdnlib.tres #15

Closed Sam2much96 closed 1 year ago

Sam2much96 commented 1 year ago

This would fix missing dependency errors for libssl.so.1.1 and libcrypto.so.1.1 for Devices without these libraries natively installed (i.e libssl-dev). It would mean editing the gdnlib.tres file to include those dependencies and bundling precompiled shared library dependencies with Algodot releases

Sam2much96 commented 1 year ago

OpenSSL Dependencies have been added for Windows, Android and linux platforms, which is available for download here Download link. Remaining platforms are Mac, WebAssembly and iOS platforms. Temporarily closing this issue, because i'm no longer working on it, until another user on these platforms raises a new issue.