Skip to content

Commit eb68db4

Browse files
committed
GCC 6 is no longer required
Follow-up to: 49b77ce (Change utf8 to utf16 conversion to not require codecvt.) Fixes: #947
1 parent d999e56 commit eb68db4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

COMPILING

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
3232
The GNU Make needs to be version 3.81 or higher.
3333
On Debian-like distributions, do
3434

35-
apt-get install g++-6 gcc flex bison make git libwww-perl patch
35+
apt-get install g++ gcc flex bison make git libwww-perl patch
3636

3737
On Red Hat/Fedora or derivates, do
3838

@@ -44,13 +44,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
4444

4545
git clone https://github.com/diffblue/cbmc cbmc-git
4646

47-
2) On Debian, do
48-
49-
cd cbmc-git/src
50-
make minisat2-download
51-
make CXX=g++-6
52-
53-
On Ubuntu, or other distributions with recent g++, do
47+
2) On Debian or Ubuntu, do
5448

5549
cd cbmc-git/src
5650
make minisat2-download

0 commit comments

Comments
 (0)