aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZipCPU <dgisselq@ieee.org>2018-06-06 14:44:54 -0400
committerZipCPU <dgisselq@ieee.org>2018-06-06 14:44:54 -0400
commit16b9a2f1b5ad10aa0b426183b4e071d3afb09e88 (patch)
treed38578150224f95b8ce539ad2db7e32c92d397ac /README.md
parent5e463b8543585e4e1d2d3f80a2e32142015a73dd (diff)
downloadnextpnr-16b9a2f1b5ad10aa0b426183b4e071d3afb09e88.tar.gz
nextpnr-16b9a2f1b5ad10aa0b426183b4e071d3afb09e88.tar.bz2
nextpnr-16b9a2f1b5ad10aa0b426183b4e071d3afb09e88.zip
Attempt to add JSON parser--not working yet w/ build system
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cfe0679..92d055f1 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ Prequisites
- CMake 3.3 or later
- Modern C++11 compiler, clang recommended
+ - Qt5 or later (`qt5-default` for Ubuntu 16.04)
- Python 3.5 or later, including development libraries (`python3-dev` for Ubuntu)
- - Boost libraries (`libboost-all-dev` for Ubuntu)
+ - Boost libraries (`libboost-dev` or `libboost-all-dev` for Ubuntu)
- Icestorm, with chipdbs installed in `/usr/local/share/icebox`
Building