Skip to content

Commit fe7dabe

Browse files
author
Enrico Steffinlongo
committed
Corrected COMPILING.md regarding c++17
1 parent d038d7b commit fe7dabe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What architecture?
22

3-
CPROVER now needs a C++11 compliant compiler and is known to work in the
3+
CPROVER now needs a C++17 compliant compiler and is known to work in the
44
following environments:
55

66
- Linux
@@ -152,7 +152,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
152152
```
153153
dnf install gcc gcc-c++ flex bison curl patch
154154
```
155-
Note that you need g++ version 5.0 or newer.
155+
Note that you need g++ version 7.0 or newer.
156156
157157
On Amazon Linux and similar distributions, do as root:
158158
```

0 commit comments

Comments
 (0)