Merge pull request #7006 from ethereum/docs-min-compiler

[DOCS] Add minimum compiler versions
This commit is contained in:
chriseth 2019-06-27 15:55:38 +02:00 committed by GitHub
commit f5a9b06289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,15 @@ The following are dependencies for all builds of Solidity:
Starting from 0.5.10 linking against Boost 1.70+ should work without manual intervention. Starting from 0.5.10 linking against Boost 1.70+ should work without manual intervention.
Minimum compiler versions
^^^^^^^^^^^^^^^^^^^^^^^^^
The following C++ compilers and their minimum versions can build the Solidity codebase:
- `GCC <https://gcc.gnu.org>`_, version 5+
- `Clang <https://clang.llvm.org/>`_, version 3.4+
- `MSVC <https://docs.microsoft.com/en-us/cpp/?view=vs-2019>`_, version 2017+
Prerequisites - macOS Prerequisites - macOS
--------------------- ---------------------