Skip to content

Commit 54ae5f8

Browse files
author
John Nonweiler
committed
Document git submodule update in COMPILING.md
1 parent ef3eb4f commit 54ae5f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

COMPILING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# WHAT ARCHITECTURE?
210

311
CPROVER now needs a C++11 compliant compiler and works in the following

0 commit comments

Comments
 (0)