From bbc471fef817dc651702a521ae0062e8982ffed8 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Wed, 26 Jun 2019 14:54:53 +0200 Subject: [PATCH] Add minimum compiler versions --- docs/installing-solidity.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index b19532d39..2d8f257d4 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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. +Minimum compiler versions +^^^^^^^^^^^^^^^^^^^^^^^^^ + +The following C++ compilers and their minimum versions can build the Solidity codebase: + +- `GCC `_, version 5+ +- `Clang `_, version 3.4+ +- `MSVC `_, version 2017+ + Prerequisites - macOS ---------------------