mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
Add build.zig file
This commit is contained in:
parent
f6965a0858
commit
52ccad8685
3 changed files with 29 additions and 5 deletions
15
README.md
15
README.md
|
@ -16,11 +16,22 @@ public key:
|
|||
Compilation / installation
|
||||
--------------------------
|
||||
|
||||
## Using [Zig](https://ziglang.org):
|
||||
|
||||
Dependencies:
|
||||
|
||||
* [libsodium](https://libsodium.org/)
|
||||
|
||||
Compilation:
|
||||
|
||||
$ zig build -Drelease-small
|
||||
|
||||
## Using cmake and gcc or clang:
|
||||
|
||||
* [libsodium](https://libsodium.org/)
|
||||
* cmake
|
||||
* pkg-config
|
||||
* gcc or clang
|
||||
|
||||
Compilation:
|
||||
|
||||
|
@ -50,10 +61,6 @@ Minisign is also available in chocolatey on Windows:
|
|||
|
||||
$ choco install minisign
|
||||
|
||||
Minisign is also available on Ubuntu as a PPA:
|
||||
|
||||
$ [sudo] add-apt-repository ppa:dysfunctionalprogramming/minisign
|
||||
|
||||
Minisign is also available with docker:
|
||||
|
||||
$ docker run -i --rm jedisct1/minisign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue