aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFranck HOUSSEN <fghoussen@users.noreply.github.com>2019-12-25 11:56:18 +0100
committerFranck HOUSSEN <fghoussen@users.noreply.github.com>2019-12-25 11:56:18 +0100
commit346998caed79a45b63e7694af5b6b309c597463b (patch)
tree3269e75c49d31c134779f2244b7cbe356c517dff /README.md
parent98cc243b5f7074ce4b49203ce06d7665d8c4a744 (diff)
downloadnextpnr-346998caed79a45b63e7694af5b6b309c597463b.tar.gz
nextpnr-346998caed79a45b63e7694af5b6b309c597463b.tar.bz2
nextpnr-346998caed79a45b63e7694af5b6b309c597463b.zip
[README] Add prerequisite: libboost-iostreams-dev.
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 401d1178..cf743732 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ of the selected architecture:
- Qt5 or later (`qt5-default` for Ubuntu 16.04)
- Python 3.5 or later, including development libraries (`python3-dev` for Ubuntu)
- on Windows make sure to install same version as supported by [vcpkg](https://github.com/Microsoft/vcpkg/blob/master/ports/python3/CONTROL)
-- Boost libraries (`libboost-dev libboost-filesystem-dev libboost-thread-dev libboost-program-options-dev libboost-python-dev libboost-dev` or `libboost-all-dev` for Ubuntu)
+- Boost libraries (`libboost-dev libboost-filesystem-dev libboost-thread-dev libboost-program-options-dev libboost-python-dev libboost-iostreams-dev libboost-dev` or `libboost-all-dev` for Ubuntu)
- Eigen3 (`libeigen3-dev` for Ubuntu) is required to build the analytic placer
- Latest git Yosys is required to synthesise the demo design
- For building on Windows with MSVC, usage of vcpkg is advised for dependency installation.