From 46a86741c27fedce48470112f3fd77943d34f62b Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 18 Dec 2019 15:43:32 -0800 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6e46623dc..d8b856d3d 100644 --- a/readme.md +++ b/readme.md @@ -67,10 +67,10 @@ Build requirements: * GNU Make * CMake -* C++ 17 capable C++ compiler +* C++ 14 capable C++ compiler * gcovr (if generating test coverage with gcc) * libuv >= 1.27.0 -* libsodium (A patch that removes `undocumented system call` from the Win32 build is in `llarp/win32`.) +* libsodium >= 1.0.17 (A patch that removes `undocumented system call` from the Win32 build is in `llarp/win32`.) * libcurl ### Linux