Skip to content

Commit 16e264b

Browse files
author
Daniel Kroening
committed
update Solaris instructions
1 parent d73d2db commit 16e264b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

COMPILING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,15 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
7777

7878
# COMPILATION ON SOLARIS 11
7979

80+
We assume Solaris 11.4 or newer. To build JBMC, you'll need to install
81+
Maven 3 manually.
82+
8083
1. As root, get the necessary development tools:
8184
```
82-
pkg install system/header
83-
pkgadd -d http://get.opencsw.org/now
84-
/opt/csw/bin/pkgutil -U
85-
/opt/csw/bin/pkgutil -i gcc5g++ bison flex git
85+
pkg install gcc-c++-7 bison flex
8686
```
8787
2. As a user, get the CBMC source via
8888
```
89-
export PATH=/opt/csw/bin:$PATH
9089
git clone https://github.com/diffblue/cbmc cbmc-git
9190
cd cbmc-git
9291
```

0 commit comments

Comments
 (0)