aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-16 09:48:40 +0000
committerGitHub <noreply@github.com>2021-02-16 09:48:40 +0000
commit815b57b9e1f0c0a7176d146a29cef763bebf343f (patch)
treeffadcd3a1026e94937f082ddf4ab59f56099ca39 /README.md
parent9fc02041fe7bdcbac99e54f30423b2c39b92bb8a (diff)
parent1be70320b991f0f9d3f834a2aa4378a30509ef79 (diff)
downloadnextpnr-815b57b9e1f0c0a7176d146a29cef763bebf343f.tar.gz
nextpnr-815b57b9e1f0c0a7176d146a29cef763bebf343f.tar.bz2
nextpnr-815b57b9e1f0c0a7176d146a29cef763bebf343f.zip
Merge pull request #583 from litghost/add_fpga_interchange_front_and_backend
Add FPGA interchange front and backend
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)