aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-05-13 13:27:14 +0200
committerGitHub <noreply@github.com>2018-05-13 13:27:14 +0200
commitbab39eacce5c17c42d50a3a60a67cc8a9ee52d98 (patch)
tree818ad239430b56cc8a27809a8858475c2f7aebfb /README.md
parentc1ecb1b2f1427e5d8616c9177c6962ebf1449a47 (diff)
parent5b9f73cd91a899a209b79e72a1030864b2f53317 (diff)
downloadyosys-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98.tar.gz
yosys-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98.tar.bz2
yosys-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98.zip
Merge pull request #505 from thefallenidealist/FreeBSD_build
FreeBSD build
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a7a3b6ee..d5184bd7d 100644
--- a/README.md
+++ b/README.md
@@ -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