projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cf55371
)
Removed psmisc from deps list (usually fuser is already installed and the package...
author
Clifford Wolf
<clifford@clifford.at>
Sun, 14 Dec 2014 16:24:44 +0000
(17:24 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 14 Dec 2014 16:24:44 +0000
(17:24 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index c731cac019cb66beaba4ad10b5dc4d47e67232bf..5f34f3d0c72ab6a2c7f795c44d0b7401d54f8a54 100644
(file)
--- a/
README
+++ b/
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
prerequisites for building yosys:
For example on Ubuntu Linux 14.04 LTS the following commands will install all
prerequisites for building yosys:
- $ yosys_deps="build-essential clang bison flex libreadline-dev
- tcl8.5-dev libffi-dev git mercurial graphviz xdot
- gawk pkg-config psmics"
+ $ yosys_deps="build-essential clang bison flex libreadline-dev gawk
+ tcl8.5-dev libffi-dev git mercurial graphviz xdot pkg-config"
$ sudo apt-get install $yosys_deps
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys
$ sudo apt-get install $yosys_deps
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys