From 6c768c686fb555683fba50a0c5e2713210346621 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 12 Dec 2014 11:34:25 +0100 Subject: [PATCH] Added missing prerequisites to README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index d90a11935..058208e9d 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 -- 2.30.2