diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 11:32:44 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 11:32:44 -0700 |
commit | 78b7d8f531cfec661931c08547d90b3f08ae65b3 (patch) | |
tree | c5d79308fabd04ff69b589a0753e4b56ac07408e /README.md | |
parent | 2b37a093e95036b267481b2dae2046278eef4040 (diff) | |
parent | 509c353fe981c95ca667a637bf2b47477962a60b (diff) | |
download | yosys-78b7d8f531cfec661931c08547d90b3f08ae65b3.tar.gz yosys-78b7d8f531cfec661931c08547d90b3f08ae65b3.tar.bz2 yosys-78b7d8f531cfec661931c08547d90b3f08ae65b3.zip |
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
Diffstat (limited to 'README.md')
-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 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: |