From 6e011d19485e318e080cc228d08b99807f4c0e17 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Sat, 19 Jul 2025 22:40:45 +0200 Subject: [PATCH] fixup! readme, verilog_parser: bison 3.8 and ubuntu 22.04 example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63408d4aa..229087b3d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Xdot (graphviz) is used by the ``show`` command in yosys to display schematics. For example on Ubuntu Linux 22.04 LTS the following commands will install all prerequisites for building yosys: - $ sudo apt-get install build-essential clang lld bison flex \ + $ sudo apt-get install build-essential clang lld bison flex libfl-dev \ libreadline-dev gawk tcl-dev libffi-dev git \ graphviz xdot pkg-config python3 libboost-system-dev \ libboost-python-dev libboost-filesystem-dev zlib1g-dev