aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-08-23 10:37:50 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-08-23 10:37:50 +0200
commitc618ae43b9e8121690c2842622074a95a12c9fe5 (patch)
treecf0d2142a7410545355e068008a18427755250a8 /README.md
parentfe1b2337fd7950e1d563be5b8ccbaa81688261e4 (diff)
downloadyosys-c618ae43b9e8121690c2842622074a95a12c9fe5.tar.gz
yosys-c618ae43b9e8121690c2842622074a95a12c9fe5.tar.bz2
yosys-c618ae43b9e8121690c2842622074a95a12c9fe5.zip
Make macOS depenency clear
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index a31bd6c37..606c4942e 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,14 @@ prerequisites for building yosys:
graphviz xdot pkg-config python3 libboost-system-dev \
libboost-python-dev libboost-filesystem-dev zlib1g-dev
-Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies:
+Similarily, on Mac OS X Homebrew can be used to install dependencies:
$ brew tap Homebrew/bundle && brew bundle
+
+or MacPorts:
+
$ sudo port install bison flex readline gawk libffi \
- git graphviz pkgconfig python36 boost zlib
+ git graphviz pkgconfig python36 boost zlib tcl
On FreeBSD use the following command to install all prerequisites: