Removed psmisc from deps list (usually fuser is already installed and the package...
authorClifford Wolf <clifford@clifford.at>
Sun, 14 Dec 2014 16:24:44 +0000 (17:24 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 14 Dec 2014 16:24:44 +0000 (17:24 +0100)
README

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:
 
-       $ 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