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 f7ddb02 commit aad1692Copy full SHA for aad1692
jbmc/README.md
@@ -27,9 +27,10 @@ JBMC compiles CBMC as part of its build process and as such has all the pre-requ
27
Compilation
28
===========
29
30
-Before compilation, update git submodules using the command:
+Before compilation, run the commands:
31
32
```bash
33
+make -C src DOWNLOADER=wget minisat2-download
34
make -C jbmc/src setup-submodules
35
```
36
0 commit comments