mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
update prerequisites
This commit is contained in:
parent
466ab84745
commit
81ee5fdd5a
|
@ -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
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Loading…
Reference in a new issue