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

Add missing prerequisites to quickstart guide

This commit is contained in:
Clifford Wolf 2017-10-28 14:01:42 +02:00
parent 78efd64985
commit db9c7e97b8

View file

@ -21,7 +21,9 @@ Installing prerequisites (this command is for Ubuntu 16.04):
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
xdot pkg-config python python3 libftdi-dev gperf \
libboost-program-options-dev autoconf libgmp-dev \
cmake
Yosys, Yosys-SMTBMC and ABC
~~~~~~~~~~~~~~~~~~~~~~~~~~~