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

Update install.rst

On Ubuntu 20.04, I had to install curl as well:
sudo apt install curl
I guess that would be the same on other setups.
This commit is contained in:
ythoma 2021-02-05 09:46:04 +01:00 committed by GitHub
parent 605db98382
commit 0270359962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Installing prerequisites (this command is for Ubuntu 16.04):
gawk tcl-dev libffi-dev git mercurial graphviz \
xdot pkg-config python python3 libftdi-dev gperf \
libboost-program-options-dev autoconf libgmp-dev \
cmake
cmake curl
Yosys, Yosys-SMTBMC and ABC
---------------------------