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 d73d2db commit 16e264bCopy full SHA for 16e264b
COMPILING.md
@@ -77,16 +77,15 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
77
78
# COMPILATION ON SOLARIS 11
79
80
+We assume Solaris 11.4 or newer. To build JBMC, you'll need to install
81
+Maven 3 manually.
82
+
83
1. As root, get the necessary development tools:
84
```
- pkg install system/header
- pkgadd -d http://get.opencsw.org/now
- /opt/csw/bin/pkgutil -U
85
- /opt/csw/bin/pkgutil -i gcc5g++ bison flex git
+ pkg install gcc-c++-7 bison flex
86
87
2. As a user, get the CBMC source via
88
89
- export PATH=/opt/csw/bin:$PATH
90
git clone https://github.com/diffblue/cbmc cbmc-git
91
cd cbmc-git
92
0 commit comments