Go through indy sdk on windows build documentation to get libindy artifacts. The most important steps are:
For this example
- all libraries and prebuilt indy-sdk dependencies was put in
C:\BIN\x64
Set the following environment variables:
SET OPENSSL_DIR=C:\BIN\x64
SET SODIUM_LIB_DIR=C:\BIN\x64\lib
SET LIBINDY_DIR={libindy source directory}\target\[debug | release]
Build libsovtoken using the standard cargo build
command