From 486d7118f8f79caab117a61fbd542b6a6483058c Mon Sep 17 00:00:00 2001 From: cathugger Date: Thu, 18 Jan 2018 14:34:58 +0000 Subject: [PATCH] didn't mention the most important thing --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index c5ce09d..463500e 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ This tool generates vanity ed25519 (hidden service version 3) onion addresses. For context, see . REQUIREMENTS: -libsodium, GNU autoconf, GNU make, 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). BUILDING: `./autogen.sh` to generate configure script, if it's not there already.