Skip to content

Commit

Permalink
make requirements section of readme more retard-proof
Browse files Browse the repository at this point in the history
  • Loading branch information
cathugger committed Sep 14, 2019
1 parent 92b3612 commit c0ef36f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ 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 (gcc and clang should work),
libsodium (including headers), GNU make,
GNU autoconf (to generate configure script, needed only if not using release tarball),
UNIX-like platform (currently tested in Linux and OpenBSD, but should also build under cygwin and msys2).
For debian-like linux distros, this should be enough to prepare for building:
`apt install gcc libsodium-dev make autoconf`.

BUILDING:
`./autogen.sh` to generate configure script, if it's not there already.
Expand Down

0 comments on commit c0ef36f

Please sign in to comment.