3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24: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 Prerequisites
------------- -------------
Installing prerequisites (this command is for Ubuntu 16.04): Installing prerequisites (this command is for Ubuntu 20.04):
.. code-block:: text .. code-block:: text
sudo apt-get install build-essential clang bison flex libreadline-dev \ sudo apt-get install build-essential clang bison flex \
gawk tcl-dev libffi-dev git mercurial graphviz \ libreadline-dev gawk tcl-dev libffi-dev git \
xdot pkg-config python python3 libftdi-dev gperf \ graphviz xdot pkg-config python3 zlib1g-dev
libboost-program-options-dev autoconf libgmp-dev \
cmake curl python3 -m pip install click
Required components Required components
------------------- -------------------