3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-09 10:31:03 +00:00

Docs: Bump CMake to >=3.28

This commit is contained in:
Krystine Sherwin 2026-06-06 11:33:46 +12:00
parent 90ec02ca2f
commit d9c3aeb765
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ or
$ git submodule update --init --recursive
A C++ compiler with C++20 support is required as well as some standard tools
such as GNU Flex, GNU Bison (>=3.8), CMake (>=3.27), Make (or other CMake
such as GNU Flex, GNU Bison (>=3.8), CMake (>=3.28), Make (or other CMake
generator such as Ninja), and Python (>=3.11). Some additional tools: readline,
libffi, Tcl and zlib; will be used if available but are optional. Graphviz and
Xdot are used by the `show` command to display schematics.