mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
README: move '..' to end when passing configs to cmake (#76)
This commit is contained in:
parent
a705d72380
commit
95e4e900a7
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ Compilation:
|
|||
|
||||
Alternative configuration for static binaries:
|
||||
|
||||
$ cmake .. -D STATIC_LIBSODIUM=1
|
||||
$ cmake -D STATIC_LIBSODIUM=1 ..
|
||||
|
||||
or:
|
||||
|
||||
$ cmake .. -D BUILD_STATIC_EXECUTABLES=1
|
||||
$ cmake -D BUILD_STATIC_EXECUTABLES=1 ..
|
||||
|
||||
Minisign is also available in Homebrew:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue