mirror of https://github.com/YosysHQ/yosys.git
Removed psmisc from deps list (usually fuser is already installed and the package name for it varies)
This commit is contained in:
parent
cf55371a22
commit
f7cf60b45c
5
README
5
README
|
@ -55,9 +55,8 @@ Xdot (graphviz) is used by the "show" command in yosys to display schematics.
|
||||||
For example on Ubuntu Linux 14.04 LTS the following commands will install all
|
For example on Ubuntu Linux 14.04 LTS the following commands will install all
|
||||||
prerequisites for building yosys:
|
prerequisites for building yosys:
|
||||||
|
|
||||||
$ yosys_deps="build-essential clang bison flex libreadline-dev
|
$ yosys_deps="build-essential clang bison flex libreadline-dev gawk
|
||||||
tcl8.5-dev libffi-dev git mercurial graphviz xdot
|
tcl8.5-dev libffi-dev git mercurial graphviz xdot 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