docs: Update compiler requirements

This commit is contained in:
Tomas Babej
2020-12-06 11:12:58 -05:00
parent fdaabcf956
commit c223b0694c
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
## Satisfy the Requirements:
* CMake 3.0 or later
* gcc 5.0 or later, clang 3.4 or later, or a compiler with full C++14 support
* gcc 7.0 or later, clang 6.0 or later, or a compiler with full C++17 support
* libuuid (if not on macOS)
* gnutls (optional)
* python 2.7 or 3 (optional, for running the test suite)