Skip to content

Commit 4acf872

Browse files
committed
we now use GIT; remove references to the SVN
1 parent 285189d commit 4acf872

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

COMPILING

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
3131
The GNU Make needs to be version 3.81 or higher. On Debian-like
3232
distributions, do
3333

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
3535

3636
On Red Hat/Fedora or derivates, do
3737

3838
yum install gcc gcc-c++ flex bison perl-libwww-perl patch
3939

4040
1) As a user, get the CBMC source via
4141

42-
svn co http://www.cprover.org/svn/cbmc/trunk cbmc-trunk
42+
git clone https://github.com/diffblue/cbmc cbmc-git
4343

4444
2) Do
4545

46-
cd cbmc-trunk/src
46+
cd cbmc-git/src
4747
make minisat2-download
4848
make
4949

@@ -58,15 +58,15 @@ COMPILATION ON SOLARIS 11
5858
1) As root, get the necessary development tools:
5959

6060
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++
6262

6363
2) As a user, get the CBMC source via
6464

65-
svn co http://www.cprover.org/svn/cbmc/trunk cbmc-trunk
65+
git clone https://github.com/diffblue/cbmc cbmc-git
6666

6767
3) Get MiniSat2 by entering
6868

69-
cd cbmc-trunk
69+
cd cbmc-git
7070
wget http://ftp.debian.org/debian/pool/main/m/minisat2/minisat2_2.2.1.orig.tar.gz
7171
gtar xfz minisat_2.2.1.orig.tar.gz
7272
(cd minisat-2.2.1; patch -p1 < ../scripts/minisat-2.2.1-patch)
@@ -86,15 +86,15 @@ COMPILATION ON FREEBSD 10
8686

8787
1) As root, get the necessary tools:
8888

89-
pkg install bash gmake subversion www/p5-libwww patch flex bison
89+
pkg install bash gmake git www/p5-libwww patch flex bison
9090

9191
2) As a user, get the CBMC source via
9292

93-
svn co http://www.cprover.org/svn/cbmc/trunk cbmc-trunk
93+
git clone https://github.com/diffblue/cbmc cbmc-git
9494

9595
3) Do
9696

97-
cd cbmc-trunk/src
97+
cd cbmc-git/src
9898

9999
4) Do
100100

@@ -116,11 +116,11 @@ Follow these instructions:
116116

117117
1) Then get the CBMC source via
118118

119-
svn co http://www.cprover.org/svn/cbmc/trunk cbmc-trunk
119+
git clone https://github.com/diffblue/cbmc cbmc-git
120120

121121
2) Then type
122122

123-
cd cbmc-trunk/src
123+
cd cbmc-git/src
124124
make minisat2-download
125125
make
126126

0 commit comments

Comments
 (0)