3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Auto-detect TCL version

This commit is contained in:
Clifford Wolf 2015-02-05 23:39:26 +01:00
parent a038787c9b
commit ac7d5e0658
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -56,7 +56,7 @@ 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 gawk
tcl8.5-dev libffi-dev git mercurial graphviz xdot pkg-config"
tcl-dev libffi-dev git mercurial graphviz xdot pkg-config"
$ sudo apt-get install $yosys_deps
There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well