diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-07-15 20:01:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 20:01:38 +0200 |
commit | 46144f2750bece036441436cd4762ca03aff5289 (patch) | |
tree | 0081b627a619804828983f8d93682756cd793ca9 | |
parent | bf8bb54c1a94a8106f99e9a5aedb95b32d76bb9a (diff) | |
parent | f7ab7a418cac110834fb7c8b89e29cb4d9a2a1fb (diff) | |
download | yosys-46144f2750bece036441436cd4762ca03aff5289.tar.gz yosys-46144f2750bece036441436cd4762ca03aff5289.tar.bz2 yosys-46144f2750bece036441436cd4762ca03aff5289.zip |
Merge pull request #1195 from Roman-Parise/master
Updated FreeBSD dependencies in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies On FreeBSD use the following command to install all prerequisites: # pkg install bison flex readline gawk libffi\ - git graphviz pkgconfig python3 python36 tcl-wrapper boost-libs + git graphviz pkgconf python3 python36 tcl-wrapper boost-libs On FreeBSD system use gmake instead of make. To run tests use: % MAKE=gmake CC=cc gmake test |