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