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 ef3eb4f commit 54ae5f8Copy full SHA for 54ae5f8
COMPILING.md
@@ -1,3 +1,11 @@
1
+# BEFORE COMPILATION
2
+
3
+JBMC uses a git submodule. This submodule must be set up before
4
+attempting a build:
5
+```
6
+git submodule update --init --recursive
7
8
9
# WHAT ARCHITECTURE?
10
11
CPROVER now needs a C++11 compliant compiler and works in the following
0 commit comments