Skip to content

Commit

Permalink
Remove build-sandbox.sh script: no longer needed
Browse files Browse the repository at this point in the history
The repository submodule management has been updated and simplified, making this
script irrelevant.
  • Loading branch information
kquick committed Jul 10, 2023
1 parent ce0efcc commit 6508711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,12 @@ directory for details).

Quick start
-------------
To fetch all the latest git versions of immediate dependencies of
libraries in this repository, use the `scripts/build-sandbox.sh` shell
script; alternately, you can manually invoke the git commands to
initialize and recursively update submodules. You will find it most
convenient to setup public-key login for GitHub before you perform
this step.
Clone this repository and checkout the immediate submodules to supply the needed
dependencies (`git submodule update --init`).

Crucible can be built with the `cabal` tool (although it is not compatible with
the old/v1 cabal version).
Crucible can be built with the `cabal` tool:

```
./scripts/build-sandbox.sh
cabal update
cabal new-configure
cabal new-build all
Expand Down
3 changes: 0 additions & 3 deletions scripts/build-sandbox.sh

This file was deleted.

0 comments on commit 6508711

Please sign in to comment.