aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-11-22 08:52:30 +0000
committerGitHub <noreply@github.com>2018-11-22 08:52:30 +0000
commit48c793bd4d26f28094c714b57cfa1491904ca4e3 (patch)
treeb3c0baaf7909fe81afb3c03870afdf5228089904
parent15d05296db609f799c5eb7d92d51d85d7767acb9 (diff)
parentbfbea5bcb7a79297a598dca1408d8321cf637982 (diff)
downloadnextpnr-48c793bd4d26f28094c714b57cfa1491904ca4e3.tar.gz
nextpnr-48c793bd4d26f28094c714b57cfa1491904ca4e3.tar.bz2
nextpnr-48c793bd4d26f28094c714b57cfa1491904ca4e3.zip
Merge pull request #140 from xobs/readme-ubuntu-boost-list
README: further specify required Boost packages for Ubuntu
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 010acd8b..2ea73636 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` or `libboost-all-dev` for Ubuntu)
+- 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)
- Latest git Yosys is required to synthesise the demo design
- For building on Windows with MSVC, usage of vcpkg is advised for dependency installation.
- For 32 bit builds: `vcpkg install boost-filesystem boost-program-options boost-thread boost-python qt5-base`