From: Clifford Wolf Date: Fri, 12 Dec 2014 10:34:25 +0000 (+0100) Subject: Added missing prerequisites to README X-Git-Tag: yosys-0.5~254 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c768c686fb555683fba50a0c5e2713210346621;p=yosys.git Added missing prerequisites to README --- 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