Add minimum compiler versions

This commit is contained in:
Chris Chinchilla
2019-06-27 15:45:15 +02:00
committed by chriseth
parent f05805c955
commit bbc471fef8
+9
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.
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
---------------------