@@ -10,10 +10,10 @@ environments:
1010
1111- Solaris 11
1212
13- - FreeBSD 10 or 11
13+ - FreeBSD 11
1414
1515- Cygwin
16- (We recommend the i686-pc-mingw32-g++ cross compiler, version 4.7 or above.)
16+ (We recommend the i686-pc-mingw32-g++ cross compiler, version 5.4 or above.)
1717
1818- Microsoft's Visual Studio version 12 (2013), version 14 (2015),
1919 or version 15 (older versions won't work)
@@ -29,16 +29,16 @@ COMPILATION ON LINUX
2929We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
3030
31310) You need a C/C++ compiler, Flex and Bison, and GNU make.
32- The GNU Make needs to be version 3.81 or higher. On Debian-like
33- distributions, do
32+ The GNU Make needs to be version 3.81 or higher.
33+ On Debian-like distributions, do
3434
35- apt-get install g++ gcc flex bison make git libz-dev libwww-perl patch libzip-dev
35+ apt-get install g++-6 gcc flex bison make git libwww-perl patch
3636
3737 On Red Hat/Fedora or derivates, do
3838
3939 yum install gcc gcc-c++ flex bison perl-libwww-perl patch
4040
41- Note that you need g++ version 4.9 or newer.
41+ Note that you need g++ version 5.2 or newer.
4242
43431) As a user, get the CBMC source via
4444
@@ -48,8 +48,6 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
4848
4949 cd cbmc-git/src
5050 make minisat2-download
51- make libzip-download zlib-download
52- make libzip-build
5351 make
5452
5553
@@ -59,7 +57,7 @@ COMPILATION ON SOLARIS 11
59571) As root, get the necessary development tools:
6058
6159 pkg install system/header developer/lexer/flex developer/parser/bison developer/versioning/git
62- pkg install --accept developer/gcc-49
60+ pkg install --accept developer/gcc-5
6361
64622) As a user, get the CBMC source via
6563
@@ -85,8 +83,8 @@ COMPILATION ON SOLARIS 11
8583 It will mis-optimize MiniSat2.
8684
8785
88- COMPILATION ON FREEBSD 10/ 11
89- ----------------------------
86+ COMPILATION ON FREEBSD 11
87+ -------------------------
9088
91891) As root, get the necessary tools:
9290
@@ -126,8 +124,6 @@ Follow these instructions:
126124
127125 cd cbmc-git/src
128126 make minisat2-download
129- make libzip-download zlib-download
130- make libzip-build
131127 make
132128
133129
0 commit comments