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.
32
32
The GNU Make needs to be version 3.81 or higher.
33
33
On Debian-like distributions, do
34
34
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
36
36
37
37
On Red Hat/Fedora or derivates, do
38
38
@@ -44,13 +44,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
44
44
45
45
git clone https://github.com/diffblue/cbmc cbmc-git
46
46
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
54
48
55
49
cd cbmc-git/src
56
50
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
37
37
jsil_lex.yy.cpp : scanner.l
38
38
$(LEX ) -Pyyjsil -o$@ scanner.l
39
39
40
+ generated_files : jsil_lex.yy.cpp jsil_y.tab.cpp jsil_y.tab.h
41
+
40
42
# extra dependencies
41
43
jsil_y.tab$(OBJEXT ) : jsil_y.tab.cpp jsil_y.tab.h
42
44
jsil_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