mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +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:
|
Dependencies:
|
||||||
|
|
||||||
* [libsodium](https://libsodium.org/)
|
* [libsodium](https://libsodium.org/)
|
||||||
* cmake
|
* cmake
|
||||||
* pkg-config
|
* pkg-config
|
||||||
|
@ -28,6 +29,14 @@ Compilation:
|
||||||
$ make
|
$ make
|
||||||
# make install
|
# 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:
|
Minisign is also available in Homebrew:
|
||||||
|
|
||||||
$ brew install minisign
|
$ brew install minisign
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue