File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments