Skip to content

Commit 943bdc8

Browse files
author
Daniel Kroening
committed
Ubuntu has new g++
1 parent cf42202 commit 943bdc8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

COMPILING

Lines changed: 7 additions & 1 deletion
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) On Debian/Ubuntu, do
47+
2) On Debian, do
4848

4949
cd cbmc-git/src
5050
make minisat2-download
5151
make CXX=g++-6
5252

53+
On Ubuntu, or other distributions with recent g++, do
54+
55+
cd cbmc-git/src
56+
make minisat2-download
57+
make
58+
5359
On Redhat/Fedora etc., do
5460

5561
cd cbmc-git/src

0 commit comments

Comments
 (0)