hyperledger / anoncreds-rs

anoncreds-rs
https://wiki.hyperledger.org/display/anoncreds
Apache License 2.0
74 stars 55 forks source link

release assets #275

Closed joyride9999 closed 1 year ago

joyride9999 commented 1 year ago

In the release assets should provide also .lib and .dll.lib files. They are needed for compilation.

berendsliedrecht commented 1 year ago

I do not see it as a responsibility of this library to provide the associated libaries, e.g. openssl, as they are common system dependencies. If you do not have these installed, you can use the vendored feature to build them for you.

joyride9999 commented 1 year ago

i am not reffering to openssl or other libraries, i am reffering to the main artefacts of the build process that is anoncreds.*, that is lib files, dll.lib, .so, .a files Mainly lib files are of import here as they allow to link against the library without having it to load it at runtime (e.g. getprocaddress etc)