aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-15 08:27:19 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-15 09:54:58 -0800
commit6b04fd15243a3741c41ff8c775dcac064f137142 (patch)
tree4b88a86b5dba0fefb9797c9e2747e81317ef6eb8 /README.md
parente60dda57f3f7856b920cbb2dd9a03bc40227bffd (diff)
downloadnextpnr-6b04fd15243a3741c41ff8c775dcac064f137142.tar.gz
nextpnr-6b04fd15243a3741c41ff8c775dcac064f137142.tar.bz2
nextpnr-6b04fd15243a3741c41ff8c775dcac064f137142.zip
Small fixes from review.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
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 99bbd54c..624c9187 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The following packages need to be installed for building nextpnr, independent
of the selected architecture:
- CMake 3.3 or later
-- Modern C++11 compiler (`clang-format` required for development)
+- Modern C++14 compiler (`clang-format` required for development)
- 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-iostreams-dev libboost-dev` or `libboost-all-dev` for Ubuntu)