This commit is contained in:
Frank Denis 2025-01-15 22:20:07 +01:00
parent e0e86b4e4f
commit c1c452560f

View file

@ -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: