File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -79,21 +79,23 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
79
79
80
80
1 . As root, get the necessary development tools:
81
81
```
82
- pkg install system/header developer/lexer/flex developer/parser/bison developer/versioning/git
83
- pkg install --accept developer/gcc/gcc-c++-5
82
+ pkgadd -d http://get.opencsw.org/now
83
+ /opt/csw/bin/pkgutil -U
84
+ /opt/csw/bin/pkgutil -i gcc5g++ bison flex git
84
85
```
85
86
2 . As a user, get the CBMC source via
86
87
```
88
+ export PATH=/opt/csw/bin:$PATH
87
89
git clone https://github.com/diffblue/cbmc cbmc-git
88
90
```
89
91
3 . Get MiniSat2 by entering
90
92
```
91
93
cd cbmc-git/src
92
- gmake minisat2-download DOWNLOADER=wget
94
+ gmake minisat2-download DOWNLOADER=wget TAR=gtar
93
95
```
94
- 4 . Type
96
+ 4 . To compile, type
95
97
```
96
- cd src; gmake
98
+ gmake
97
99
```
98
100
That should do it. To run, you will need
99
101
```
You can’t perform that action at this time.
0 commit comments