3
0
Fork 0
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:
Benedikt Tutzer 2019-04-04 09:24:50 +02:00
parent c3486c4270
commit e64b3f1074
4 changed files with 11 additions and 5 deletions

View file

@ -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: