Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 936 Bytes

windows-build.md

File metadata and controls

21 lines (17 loc) · 936 Bytes

Building Libsovtoken for Windows

Step 1 Build Liibndy

Go through indy sdk on windows build documentation to get libindy artifacts. The most important steps are:

Step 2 Environment Configuration

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]

Step 4 Building Libsovtoken

Build libsovtoken using the standard cargo build command