3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-06 14:26:04 +00:00

Remove mentions of Boost

This commit is contained in:
Miodrag Milanovic 2025-11-04 08:35:07 +01:00
parent 35e4d967c6
commit db76eebc0f
6 changed files with 10 additions and 13 deletions

View file

@ -83,8 +83,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 gawk git make python3 lld \
bison clang flex libboost-filesystem-dev libboost-system-dev \
$ sudo apt-get install gawk git make python3 lld bison clang flex \
libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev \
graphviz xdot
$ curl -LsSf https://astral.sh/uv/install.sh | sh