@@ -31,19 +31,19 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
31
31
The GNU Make needs to be version 3.81 or higher. On Debian-like
32
32
distributions, do
33
33
34
- apt-get install g++ gcc flex bison make subversion libz-dev libwww-perl patch libzip-dev
34
+ apt-get install g++ gcc flex bison make git libz-dev libwww-perl patch libzip-dev
35
35
36
36
On Red Hat/Fedora or derivates, do
37
37
38
38
yum install gcc gcc-c++ flex bison perl-libwww-perl patch
39
39
40
40
1) As a user, get the CBMC source via
41
41
42
- svn co http ://www.cprover.org/svn /cbmc/trunk cbmc-trunk
42
+ git clone https ://github.com/diffblue /cbmc cbmc-git
43
43
44
44
2) Do
45
45
46
- cd cbmc-trunk /src
46
+ cd cbmc-git /src
47
47
make minisat2-download
48
48
make
49
49
@@ -58,15 +58,15 @@ COMPILATION ON SOLARIS 11
58
58
1) As root, get the necessary development tools:
59
59
60
60
pkg install system/header
61
- /opt/csw/bin/pkgutil -i gzip coreutils wget CSWpm-libwww-perl subversion flex bison CSWgcc4g++
61
+ /opt/csw/bin/pkgutil -i gzip coreutils wget CSWpm-libwww-perl git flex bison CSWgcc4g++
62
62
63
63
2) As a user, get the CBMC source via
64
64
65
- svn co http ://www.cprover.org/svn /cbmc/trunk cbmc-trunk
65
+ git clone https ://github.com/diffblue /cbmc cbmc-git
66
66
67
67
3) Get MiniSat2 by entering
68
68
69
- cd cbmc-trunk
69
+ cd cbmc-git
70
70
wget http://ftp.debian.org/debian/pool/main/m/minisat2/minisat2_2.2.1.orig.tar.gz
71
71
gtar xfz minisat_2.2.1.orig.tar.gz
72
72
(cd minisat-2.2.1; patch -p1 < ../scripts/minisat-2.2.1-patch)
@@ -86,15 +86,15 @@ COMPILATION ON FREEBSD 10
86
86
87
87
1) As root, get the necessary tools:
88
88
89
- pkg install bash gmake subversion www/p5-libwww patch flex bison
89
+ pkg install bash gmake git www/p5-libwww patch flex bison
90
90
91
91
2) As a user, get the CBMC source via
92
92
93
- svn co http ://www.cprover.org/svn /cbmc/trunk cbmc-trunk
93
+ git clone https ://github.com/diffblue /cbmc cbmc-git
94
94
95
95
3) Do
96
96
97
- cd cbmc-trunk /src
97
+ cd cbmc-git /src
98
98
99
99
4) Do
100
100
@@ -116,11 +116,11 @@ Follow these instructions:
116
116
117
117
1) Then get the CBMC source via
118
118
119
- svn co http ://www.cprover.org/svn /cbmc/trunk cbmc-trunk
119
+ git clone https ://github.com/diffblue /cbmc cbmc-git
120
120
121
121
2) Then type
122
122
123
- cd cbmc-trunk /src
123
+ cd cbmc-git /src
124
124
make minisat2-download
125
125
make
126
126
0 commit comments