diff options
author | Johnny Sorocil <propaliidealist@gmail.com> | 2018-05-06 18:22:18 +0200 |
---|---|---|
committer | Johnny Sorocil <propaliidealist@gmail.com> | 2018-05-06 18:22:18 +0200 |
commit | 5b9f73cd91a899a209b79e72a1030864b2f53317 (patch) | |
tree | 394e5496333e68340bd2469edad4988db1bb5d3d | |
parent | 0295213bec84683a72814bd53179fa57ee48fbbe (diff) | |
download | yosys-5b9f73cd91a899a209b79e72a1030864b2f53317.tar.gz yosys-5b9f73cd91a899a209b79e72a1030864b2f53317.tar.bz2 yosys-5b9f73cd91a899a209b79e72a1030864b2f53317.zip |
update README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -61,6 +61,14 @@ Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies $ sudo port install bison flex readline gawk libffi \ git mercurial graphviz pkgconfig python36 +On FreeBSD use the following command to install all prerequisites: + + # pkg install bison flex readline gawk libffi\ + git mercurial graphviz pkgconfig python3 python36 tcl-wrapper + +On FreeBSD system use gmake instead of make. To run tests use: + % MAKE=gmake CC=cc gmake test + There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well as a source distribution for Visual Studio. Visit the Yosys download page for more information: http://www.clifford.at/yosys/download.html |