Skip to content

Commit

Permalink
Merge #3323
Browse files Browse the repository at this point in the history
3323: Updated windows instructions r=newhoggy a=coot

One needs to specify `Version` in `libsodium.pc` configuration file.


Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
  • Loading branch information
iohk-bors[bot] and coot committed Nov 3, 2021
2 parents 880f93e + 105b4b8 commit d95ef21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/getting-started/building-the-node-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ libdir=VCPKG_PATH/installed/x64-windows/bin
includedir=VCPKG_PATH/installed/x64-windows/include
Name: libsodium
VERSION: LIBSODIUM_VERSION
Description: libsodium library
Cflags: -I${includedir}/sodium
Libs: -L${libdir} -llibsodium
```
> Note that you need to replace `VCPKG_PATH` with the
absolute path, where you use `vcpkg`. Please verify that the paths above contain
absolute path, where you use `vcpkg`, and `LIBSODIUM_VERSION` with the version
number of `libsodium` which was installed on your system. Please verify that
the paths above contain
`libsodium.dll` file and headers.

> Also, you cannot use `prefix=` in the `libsodium.pc` file. This might be changed for
Expand Down

0 comments on commit d95ef21

Please sign in to comment.