mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 09:12:18 +00:00
Switched to Python 3
This commit is contained in:
parent
f40d1b78b6
commit
c475deec6c
14 changed files with 14 additions and 35 deletions
2
README
2
README
|
@ -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
|
||||
tcl-dev libffi-dev git mercurial graphviz xdot pkg-config python"
|
||||
tcl-dev libffi-dev git mercurial graphviz xdot pkg-config python3"
|
||||
$ sudo apt-get install $yosys_deps
|
||||
|
||||
There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue