diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-12-14 17:24:44 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-12-14 17:24:44 +0100 |
commit | f7cf60b45c04bcefd60cca3f56b648ddadd242ac (patch) | |
tree | e44646a1bb5468be06e850616afd31dc831cb64e /README | |
parent | cf55371a22e33c1d476456129fdc8039ab9d0af8 (diff) | |
download | yosys-f7cf60b45c04bcefd60cca3f56b648ddadd242ac.tar.gz yosys-f7cf60b45c04bcefd60cca3f56b648ddadd242ac.tar.bz2 yosys-f7cf60b45c04bcefd60cca3f56b648ddadd242ac.zip |
Removed psmisc from deps list (usually fuser is already installed and the package name for it varies)
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: - $ 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 |