mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 02:47:41 +03:00
Nits
This commit is contained in:
parent
e0e86b4e4f
commit
c1c452560f
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ public key:
|
|||
Compilation / installation
|
||||
--------------------------
|
||||
|
||||
## Using [Zig](https://ziglang.org):
|
||||
## Building with Zig
|
||||
|
||||
Dependencies:
|
||||
|
||||
|
@ -31,13 +31,13 @@ Compilation with libsodium, statically linked (libsodium will only be needed for
|
|||
|
||||
$ zig build -Drelease -Dstatic
|
||||
|
||||
Compilation without libsodium, no dependencies:
|
||||
Compilation without libsodium, no dependencies required:
|
||||
|
||||
$ zig build -Drelease -Dwithout_libsodium
|
||||
|
||||
The resulting binary can be found in `zig-out/bin/minisign`.
|
||||
|
||||
## Using cmake and gcc or clang:
|
||||
## Building with cmake and gcc or clang:
|
||||
|
||||
Dependencies:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue