mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-20 13:59:11 +00:00
Add some extra's to the requirements
This commit is contained in:
parent
92b36121b6
commit
2aa918c6cb
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ This tool generates vanity ed25519 (hidden service version 3, formely known as p
|
|||
For context, see <https://gitweb.torproject.org/torspec.git/plain/rend-spec-v3.txt>.
|
||||
|
||||
REQUIREMENTS:
|
||||
C99 compatible compiler, libsodium, GNU make, GNU autoconf, UNIX-like platform (currently tested in Linux and OpenBSD).
|
||||
C99 compatible compiler, libsodium*, GNU make, GNU autoconf, UNIX-like platform (currently tested in Linux and OpenBSD).
|
||||
|
||||
*
|
||||
For Debian-like: libsodium & libsodium-dev
|
||||
For Red Hat: libsodium & libsodium-devel
|
||||
|
||||
BUILDING:
|
||||
`./autogen.sh` to generate configure script, if it's not there already.
|
||||
|
|
Loading…
Add table
Reference in a new issue