File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-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
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ jsil_y.tab.h: jsil_y.tab.cpp
3737jsil_lex.yy.cpp : scanner.l
3838 $(LEX ) -Pyyjsil -o$@ scanner.l
3939
40+ generated_files : jsil_lex.yy.cpp jsil_y.tab.cpp jsil_y.tab.h
41+
4042# extra dependencies
4143jsil_y.tab$(OBJEXT ) : jsil_y.tab.cpp jsil_y.tab.h
4244jsil_lex.yy$(OBJEXT ) : jsil_y.tab.cpp jsil_lex.yy.cpp jsil_y.tab.h
You can’t perform that action at this time.
0 commit comments