Skip to content

Commit e6d76e5

Browse files
authored
Merge pull request diffblue#2349 from tautschnig/document-gcc-req
Document the required GCC/G++ version as >= 5.0
2 parents 5a50203 + d08a75a commit e6d76e5

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)