docs: Update compiler requirements
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Satisfy the Requirements:
|
## Satisfy the Requirements:
|
||||||
* CMake 3.0 or later
|
* 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)
|
* libuuid (if not on macOS)
|
||||||
* gnutls (optional)
|
* gnutls (optional)
|
||||||
* python 2.7 or 3 (optional, for running the test suite)
|
* python 2.7 or 3 (optional, for running the test suite)
|
||||||
|
|||||||
6
INSTALL
6
INSTALL
@@ -14,9 +14,9 @@ from source. More information on CMake can be obtained at https://cmake.org
|
|||||||
You will also need:
|
You will also need:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
You will need a C++ compiler that supports full C++14, which includes:
|
You will need a C++ compiler that supports full C++17, which includes:
|
||||||
- gcc 5.0 (released 2013-12-23)
|
- gcc 7.1 (released 2017-05-02)
|
||||||
- clang 3.4 (released 2014-01-02)
|
- clang 5.0 (released 2017-09-07)
|
||||||
|
|
||||||
You will need the following libraries:
|
You will need the following libraries:
|
||||||
- libuuid (not needed for OSX)
|
- libuuid (not needed for OSX)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ There are many binary packages available, but to install from source requires:
|
|||||||
* git
|
* git
|
||||||
* cmake
|
* cmake
|
||||||
* make
|
* make
|
||||||
* C++ compiler, currently gcc 5.0+ or clang 3.4+ for full C++14 support
|
* C++ compiler, currently gcc 7.1+ or clang 5.0+ for full C++17 support
|
||||||
|
|
||||||
Download the tarball, and expand it:
|
Download the tarball, and expand it:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user