Update readme.md

This commit is contained in:
Ryan Tharp 2019-12-18 15:43:32 -08:00 committed by GitHub
parent a980eff8ef
commit 46a86741c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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