This commit is contained in:
Chris McCormick 2018-04-28 08:41:22 +00:00 committed by GitHub
commit e293d73b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,10 @@ Minisign is also available in chocolatey on Windows:
$ choco install minisign $ 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 Additional tools
---------------- ----------------