Skip to content

Commit c21d3ed

Browse files
author
Daniel Kroening
committed
update instructions for g++ 6
1 parent a7663cb commit c21d3ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

COMPILING

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,18 @@ 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) Do
47+
2) On Debian/Ubuntu, do
4848

4949
cd cbmc-git/src
5050
make minisat2-download
5151
make
5252

53+
On Redhat/Fedora etc., do
54+
55+
cd cbmc-git/src
56+
make minisat2-download
57+
make CXX=g++-6
58+
5359

5460
COMPILATION ON SOLARIS 11
5561
-------------------------

0 commit comments

Comments
 (0)