File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 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.
7979
80801 . As root, get the necessary development tools:
8181 ```
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
8485 ```
85862 . As a user, get the CBMC source via
8687 ```
88+ export PATH=/opt/csw/bin:$PATH
8789 git clone https://github.com/diffblue/cbmc cbmc-git
8890 ```
89913 . Get MiniSat2 by entering
9092 ```
9193 cd cbmc-git/src
92- gmake minisat2-download DOWNLOADER=wget
94+ gmake minisat2-download DOWNLOADER=wget TAR=gtar
9395 ```
94- 4 . Type
96+ 4 . To compile, type
9597 ```
96- cd src; gmake
98+ gmake
9799 ```
98100 That should do it. To run, you will need
99101 ```
You can’t perform that action at this time.
0 commit comments