mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
Document options for static builds
This commit is contained in:
parent
2a20f7d920
commit
5af09266d8
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue