Skip to content

Commit

Permalink
Merge pull request #68 from diffblue/readme-compiling
Browse files Browse the repository at this point in the history
fix compilation instructions in README.md
  • Loading branch information
tautschnig authored Sep 22, 2023
2 parents 19fdf3f + 38e591e commit f0ed2ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Compiling
=========

- initialize and update the CBMC submodule: `$> git submodule init; git submodule update`
- build EBMC: `$> cd src; make` (this also build CBMC internally)
- optionally: `$> export PATH=/full/path/hw-cbmc/src/ebmc:${PATH}` to get EBMC on the path
- download minisat: `$> make -C lib/cbmc minisat2-download`
- build EBMC: `$> make -C src` (this also builds the CBMC submodule)
- optional: `$> export PATH=/full/path/hw-cbmc/src/ebmc:${PATH}` to get EBMC on the path

Usage
=====
Expand Down

0 comments on commit f0ed2ad

Please sign in to comment.