3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

update prerequisites

This commit is contained in:
N. Engelhardt 2023-02-08 17:59:26 +01:00 committed by GitHub
parent 466ab84745
commit 81ee5fdd5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,15 +39,15 @@ other packages are only required for some engine configurations.
Prerequisites
-------------
Installing prerequisites (this command is for Ubuntu 16.04):
Installing prerequisites (this command is for Ubuntu 20.04):
.. code-block:: text
sudo apt-get install build-essential clang bison flex libreadline-dev \
gawk tcl-dev libffi-dev git mercurial graphviz \
xdot pkg-config python python3 libftdi-dev gperf \
libboost-program-options-dev autoconf libgmp-dev \
cmake curl
sudo apt-get install build-essential clang bison flex \
libreadline-dev gawk tcl-dev libffi-dev git \
graphviz xdot pkg-config python3 zlib1g-dev
python3 -m pip install click
Required components
-------------------