Skip to content

Commit b8c413e

Browse files
authored
fix document issue
1 parent 929c65b commit b8c413e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installing-solidity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The following are dependencies for all builds of Solidity:
327327
| Windows, 3.13+ otherwise) | |
328328
+-----------------------------------+-------------------------------------------------------+
329329
| `Boost`_ (version 1.77+ on | C++ libraries. |
330-
| Windows, 1.67+ otherwise) | |
330+
| Windows, 1.76+ otherwise) | |
331331
+-----------------------------------+-------------------------------------------------------+
332332
| `Git`_ | Command-line tool for retrieving source code. |
333333
+-----------------------------------+-------------------------------------------------------+
@@ -372,7 +372,7 @@ Minimum Compiler Versions
372372

373373
The following C++ compilers and their minimum versions can build the Solidity codebase:
374374

375-
- `GCC <https://gcc.gnu.org>`_, version 11+
375+
- `GCC <https://gcc.gnu.org>`_, version 14+
376376
- `Clang <https://clang.llvm.org/>`_, version 14+
377377
- `MSVC <https://visualstudio.microsoft.com/vs/>`_, version 2019+
378378

0 commit comments

Comments
 (0)