We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a95e59 commit 903d243Copy full SHA for 903d243
COMPILING
@@ -36,7 +36,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
36
37
On Red Hat/Fedora or derivates, do
38
39
- yum install gcc gcc-c++ flex bison perl-libwww-perl patch
+ yum install gcc gcc-c++ flex bison perl-libwww-perl patch devtoolset-6
40
41
Note that you need g++ version 5.2 or newer.
42
@@ -48,13 +48,14 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
48
49
cd cbmc-git/src
50
make minisat2-download
51
- make
+ make CXX=g++-6
52
53
On Redhat/Fedora etc., do
54
55
56
57
- make CXX=g++-6
+ scl enable devtoolset-6 bash
58
+ make
59
60
61
COMPILATION ON SOLARIS 11
0 commit comments