Skip to content

Commit c0ef36f

Browse files
committed
make requirements section of readme more retard-proof
1 parent 92b3612 commit c0ef36f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ This tool generates vanity ed25519 (hidden service version 3, formely known as p
44
For context, see <https://gitweb.torproject.org/torspec.git/plain/rend-spec-v3.txt>.
55

66
REQUIREMENTS:
7-
C99 compatible compiler, libsodium, GNU make, GNU autoconf, UNIX-like platform (currently tested in Linux and OpenBSD).
7+
C99 compatible compiler (gcc and clang should work),
8+
libsodium (including headers), GNU make,
9+
GNU autoconf (to generate configure script, needed only if not using release tarball),
10+
UNIX-like platform (currently tested in Linux and OpenBSD, but should also build under cygwin and msys2).
11+
For debian-like linux distros, this should be enough to prepare for building:
12+
`apt install gcc libsodium-dev make autoconf`.
813

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

0 commit comments

Comments
 (0)