Added missing prerequisites to README

This commit is contained in:
Clifford Wolf 2014-12-12 11:34:25 +01:00
parent 7775d2806f
commit 6c768c686f
1 changed files with 2 additions and 1 deletions

3
README
View File

@ -56,7 +56,8 @@ For example on Ubuntu Linux 14.04 LTS the following commands will install all
prerequisites for building yosys: prerequisites for building yosys:
$ yosys_deps="build-essential clang bison flex libreadline-dev $ 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 $ sudo apt-get install $yosys_deps
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys