diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-08-23 10:37:50 +0200 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 09:15:50 -0700 |
commit | 55aa444e059fb011f0af7293845178dec2ef4a50 (patch) | |
tree | ffc8c396f3598a6212205624890cce17b9855053 | |
parent | 7fafaa896dc16e83347ab33cc649da1f8e8033b7 (diff) | |
download | yosys-55aa444e059fb011f0af7293845178dec2ef4a50.tar.gz yosys-55aa444e059fb011f0af7293845178dec2ef4a50.tar.bz2 yosys-55aa444e059fb011f0af7293845178dec2ef4a50.zip |
Make macOS depenency clear
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -69,11 +69,14 @@ prerequisites for building yosys: graphviz xdot pkg-config python3 libboost-system-dev \ libboost-python-dev libboost-filesystem-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 + git graphviz pkgconfig python36 boost tcl On FreeBSD use the following command to install all prerequisites: |