We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d038d7b commit fe7dabeCopy full SHA for fe7dabe
COMPILING.md
@@ -1,6 +1,6 @@
1
# What architecture?
2
3
-CPROVER now needs a C++11 compliant compiler and is known to work in the
+CPROVER now needs a C++17 compliant compiler and is known to work in the
4
following environments:
5
6
- Linux
@@ -152,7 +152,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
152
```
153
dnf install gcc gcc-c++ flex bison curl patch
154
155
- Note that you need g++ version 5.0 or newer.
+ Note that you need g++ version 7.0 or newer.
156
157
On Amazon Linux and similar distributions, do as root:
158
0 commit comments