aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-04 09:24:50 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-04 09:24:50 +0200
commite64b3f107411c150bbc773fc72b915bc60813c52 (patch)
treef2c339a0cdf2e9e4cc06a9aec46bcd3c1f6b9738 /README.md
parentc3486c42709f0d1cfaca1fc24c86e0211f35996d (diff)
downloadyosys-e64b3f107411c150bbc773fc72b915bc60813c52.tar.gz
yosys-e64b3f107411c150bbc773fc72b915bc60813c52.tar.bz2
yosys-e64b3f107411c150bbc773fc72b915bc60813c52.zip
Changed filesystem dependency to boost instead of experimental std library
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 87c2adcce..45577ade2 100644
--- a/README.md
+++ b/README.md
@@ -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: