Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Git clone instructions to work out of the box. #823

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix Git clone instructions to work out of the box. #821
  • Loading branch information
varosi committed Aug 26, 2021
commit e046cea28cbfb024fe73536f5485e1cbb16ec6d1
5 changes: 2 additions & 3 deletions crux-llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ work well, and any failures with versions in that range should be

The `crux-llvm` tool can be built by doing the following:

* Clone the `crucible` repository:
* Clone (incl. the submodules) the `crucible` repository:

git clone https://github.com/GaloisInc/crucible.git
git clone --recursive https://github.com/GaloisInc/crucible.git

* Build the `crux-llvm` package:

cabal build crux-llvm

This will compile `crux-llvm` and supporting libraries such that they
RyanGlScott marked this conversation as resolved.
Show resolved Hide resolved
can be executed with `cabal run`. To install the binaries in the
standard Cabal binary path (usually `$HOME/.cabal/bin`), run the
following:
Expand Down