Skip to content

Commit 7d07310

Browse files
tautschnigDegiorgio
authored andcommitted
Document the required GCC/G++ version as >= 5.0
Using GCC 5.0 or newer is required ever since 3eab185. Fixes: diffblue#1602
1 parent 9b0c451 commit 7d07310

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
@@ -27,7 +27,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
2727
```
2828
yum install gcc gcc-c++ flex bison perl-libwww-perl patch devtoolset-6 java-1.7.0-openjdk-devel
2929
```
30-
Note that you need g++ version 4.9 or newer.
30+
Note that you need g++ version 5.0 or newer.
3131

3232
To compile JBMC, you additionally need the JDK and the java-models-library.
3333

@@ -100,7 +100,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
100100
```
101101
That should do it. To run, you will need
102102
```
103-
export LD_LIBRARY_PATH=/usr/gcc/4.9/lib
103+
export LD_LIBRARY_PATH=/usr/gcc/5.0/lib
104104
```
105105

106106
# COMPILATION ON FREEBSD 11

0 commit comments

Comments
 (0)