mirror of https://github.com/YosysHQ/yosys.git
Added psmisc to prerequisites
This commit is contained in:
parent
72f500c950
commit
cf55371a22
2
README
2
README
|
@ -57,7 +57,7 @@ prerequisites for building yosys:
|
||||||
|
|
||||||
$ yosys_deps="build-essential clang bison flex libreadline-dev
|
$ yosys_deps="build-essential clang bison flex libreadline-dev
|
||||||
tcl8.5-dev libffi-dev git mercurial graphviz xdot
|
tcl8.5-dev libffi-dev git mercurial graphviz xdot
|
||||||
gawk pkg-config"
|
gawk pkg-config psmics"
|
||||||
$ sudo apt-get install $yosys_deps
|
$ sudo apt-get install $yosys_deps
|
||||||
|
|
||||||
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys
|
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys
|
||||||
|
|
Loading…
Reference in New Issue