mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-27 21:48:58 +00:00
Changed filesystem dependency to boost instead of experimental std library
This commit is contained in:
parent
c3486c4270
commit
e64b3f1074
4 changed files with 11 additions and 5 deletions
|
@ -67,7 +67,7 @@ prerequisites for building yosys:
|
|||
$ sudo apt-get install build-essential clang bison flex \
|
||||
libreadline-dev gawk tcl-dev libffi-dev git \
|
||||
graphviz xdot pkg-config python3 libboost-system-dev \
|
||||
libboost-python-dev
|
||||
libboost-python-dev libboost-filesystem-dev
|
||||
|
||||
Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue