mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Add build instructions for local libsodium.
This commit is contained in:
parent
e5f7f65b8a
commit
264c4bee8c
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ Minisign is also available in chocolatey on Windows:
|
|||
|
||||
$ choco install minisign
|
||||
|
||||
If you have a local build of libsodium replace the `cmake ..` above with:
|
||||
|
||||
$ CFLAGS=-I...path-to-libsodium.../src/libsodium/include cmake -DLIB_SODIUM=...path-to-libsodium.../src/libsodium/.libs/libsodium.a ..
|
||||
|
||||
Additional tools
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue