Skip to content

Commit 70cf104

Browse files
committed
fixup! Bump cmake to 3.27.4 and boost to 1.83 on Windows to work with Visual Studio 2022
1 parent 0a69758 commit 70cf104

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
@@ -323,7 +323,7 @@ The following are dependencies for all builds of Solidity:
323323
| `CMake`_ (version 3.21.3+ on | Cross-platform build file generator. |
324324
| Windows, 3.13+ otherwise) | |
325325
+-----------------------------------+-------------------------------------------------------+
326-
| `Boost`_ (version 1.77 on | C++ libraries. |
326+
| `Boost`_ (version 1.77+ on | C++ libraries. |
327327
| Windows, 1.65+ otherwise) | |
328328
+-----------------------------------+-------------------------------------------------------+
329329
| `Git`_ | Command-line tool for retrieving source code. |
@@ -410,7 +410,7 @@ You need to install the following dependencies for Windows builds of Solidity:
410410
+-----------------------------------+-------------------------------------------------------+
411411
| `Visual Studio 2019`_ (Optional) | C++ compiler and dev environment. |
412412
+-----------------------------------+-------------------------------------------------------+
413-
| `Boost`_ (version 1.77) | C++ libraries. |
413+
| `Boost`_ (version 1.77+) | C++ libraries. |
414414
+-----------------------------------+-------------------------------------------------------+
415415

416416
If you already have one IDE and only need the compiler and libraries,

0 commit comments

Comments
 (0)