From 68a06c4cedc3e1c6430984a4c422475d088ed6c9 Mon Sep 17 00:00:00 2001 From: cathugger Date: Tue, 9 Mar 2021 08:58:46 +0000 Subject: [PATCH] tweak wording a bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b40959b..02717a9 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ apt install gcc libsodium-dev make autoconf `./configure` to generate makefile; in \*BSD platforms you probably want to use `./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"`. -You probably also want to pass something like `--enable-amd64-51-30k` -or `--enable-donna` to configure script for faster key generation; +On AMD64 platforms, you probably also want to pass something like +`--enable-amd64-51-30k` to configure script for faster key generation; run `./configure --help` to see all available options. Finally, `make` to start building (`gmake` in \*BSD platforms).