Closed joyride9999 closed 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.
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)
In the release assets should provide also .lib and .dll.lib files. They are needed for compilation.