summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-12 11:34:25 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-12 11:34:25 +0100
commit6c768c686fb555683fba50a0c5e2713210346621 (patch)
tree2b620c53c75d6c7d51e586cace9d933169e2cf16 /README
parent7775d2806fe082626103f5abffd95fe9e1fccc27 (diff)
Added missing prerequisites to README
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index d90a1193..058208e9 100644
--- a/README
+++ b/README
@@ -56,7 +56,8 @@ 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"
+ tcl8.5-dev libffi-dev git mercurial graphviz xdot
+ gawk pkg-config"
$ sudo apt-get install $yosys_deps
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys