From 5af09266d8bb48c37276948d5598cdd7dcc2b1fd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 1 Jun 2019 15:49:42 +0200 Subject: [PATCH] Document options for static builds --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f7238b8..750bc33 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Compilation / installation -------------------------- Dependencies: + * [libsodium](https://libsodium.org/) * cmake * pkg-config @@ -28,6 +29,14 @@ Compilation: $ make # make install +Alternative configuration for static binaries: + + $ cmake .. -D STATIC_LIBSODIUM=1 + +or: + + $ cmake .. -D BUILD_STATIC_EXECUTABLES=1 + Minisign is also available in Homebrew: $ brew install minisign