diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-02-15 09:44:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 09:44:32 +0100 |
commit | a7df492243dbf186037b577657a65e357e8e0fec (patch) | |
tree | 5d629b81d137efd16b5a1ff87cf9a1faf63e07d9 | |
parent | f9f86fd7582e447e2118534d888190ba14e39803 (diff) | |
download | yosys-a7df492243dbf186037b577657a65e357e8e0fec.tar.gz yosys-a7df492243dbf186037b577657a65e357e8e0fec.tar.bz2 yosys-a7df492243dbf186037b577657a65e357e8e0fec.zip |
Add comment for macOS dependency install
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ 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 Homebrew can be used to install dependencies: +Similarily, on Mac OS X Homebrew can be used to install dependencies (from within cloned yosys repository): $ brew tap Homebrew/bundle && brew bundle |