You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest I don't think vcpkg has a good path for this. Or at least, I don't know what it is. Any expertise would be appreciated.
The vcpkg documentation says that "features" are supposed to be purely additive only. vcpkg does not really have a mechanism for mutually-exclusive options such as "which crypto backend to use."
I'd be interested to know what the OpenSSL error you get is.
You can build the library with libsodium, once you have the libsodium package in your system (I don't think vcpkg has a clean way to do this, since I am using vcpkg in "manifest mode", but again, I might be wrong). Just pass -DUSE_CRYPTO=libsodium to cmake
How would i install the lib with vcpkg with libsodium instead of openssl. When trying to install openssl throws an error.
The text was updated successfully, but these errors were encountered: