From c0ef36f200ca1242094674aae11a7579574801b0 Mon Sep 17 00:00:00 2001 From: cathugger Date: Sat, 14 Sep 2019 20:50:50 +0300 Subject: [PATCH] make requirements section of readme more retard-proof --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 63e202b..cd3eef2 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,12 @@ This tool generates vanity ed25519 (hidden service version 3, formely known as p For context, see . 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. -- 2.11.4.GIT