Skip to content

Commit

Permalink
Update Nix Install instructions (#298)
Browse files Browse the repository at this point in the history
* Specify kiele package in nix install instructions

* Remove unnecessary environment variables for opam commands

Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
gtrepta and rv-jenkins authored Aug 10, 2021
1 parent aca1015 commit e2e8efe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ we can install `kiele` from any clone of the repository:
git clone https://github.com/runtimeverification/iele-semantics
cd iele-semantics
git submodule update --init --recursive
nix-env -f . -i
nix-env -f . -i kiele
```

## Docker Images
Expand Down Expand Up @@ -177,9 +177,8 @@ These commands build and install KIELE:
git clone https://github.com/runtimeverification/iele-semantics.git
cd iele-semantics
git submodule update --init --recursive
sudo bash -c 'OPAMROOT=/usr/lib/kframework/opamroot k-configure-opam'
sudo bash -c 'OPAMROOT=/usr/lib/kframework/opamroot opam install --yes ocaml-protoc rlp yojson zarith hex uuidm cryptokit'
export OPAMROOT=/usr/lib/kframework/opamroot
k-configure-opam
opam install --yes ocaml-protoc rlp yojson zarith hex uuidm cryptokit
eval $(opam config env)
make build -j4

Expand Down

0 comments on commit e2e8efe

Please sign in to comment.