From 264c4bee8c6cbf274d5a14a94e1afb7dc0b46e6e Mon Sep 17 00:00:00 2001 From: Chris McCormick Date: Sat, 28 Apr 2018 16:39:42 +0800 Subject: [PATCH] Add build instructions for local libsodium. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab36e04..9e28780 100644 --- a/README.md +++ b/README.md @@ -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 ----------------