mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #7006 from ethereum/docs-min-compiler
[DOCS] Add minimum compiler versions
This commit is contained in:
		
						commit
						f5a9b06289
					
				| @ -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 | ||||
| --------------------- | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user