mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14: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
|
||||
-------------
|
||||
|
||||
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
|
||||
-------------------
|
||||
|
|
Loading…
Reference in a new issue