Skip to content

Commit 206f7fb

Browse files
author
John Nonweiler
committed
Include submodule update in jbmc/README.md
1 parent d5f3c32 commit 206f7fb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

jbmc/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ JBMC compiles CBMC as part of its build process and as such has all the pre-requ
2727
Compilation
2828
===========
2929

30-
To compile you need to run the command:
30+
Before compilation, update git submodules using the command:
31+
32+
```bash
33+
make -C jbmc/src setup-submodules
34+
```
35+
36+
Then compile using:
3137

3238
```bash
33-
make -C jbmc/src java-models-library-download
3439
make -C jbmc/src
3540
```
3641

0 commit comments

Comments
 (0)