diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-12-12 11:34:25 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-12-12 11:34:25 +0100 |
commit | 6c768c686fb555683fba50a0c5e2713210346621 (patch) | |
tree | 2b620c53c75d6c7d51e586cace9d933169e2cf16 /README | |
parent | 7775d2806fe082626103f5abffd95fe9e1fccc27 (diff) | |
download | yosys-6c768c686fb555683fba50a0c5e2713210346621.tar.gz yosys-6c768c686fb555683fba50a0c5e2713210346621.tar.bz2 yosys-6c768c686fb555683fba50a0c5e2713210346621.zip |
Added missing prerequisites to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |