Skip to content

Commit eaa2e05

Browse files
author
Daniel Kroening
committed
update Solaris instructions
1 parent 2f142d5 commit eaa2e05

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

COMPILING.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,23 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
7979

8080
1. 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
```
8586
2. 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
```
8991
3. 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
```

0 commit comments

Comments
 (0)