Skip to content

Instantly share code, notes, and snippets.

@palmskog
Created November 21, 2016 23:21
Show Gist options
  • Save palmskog/4943fc7b643ef6fa15819cfe2311bd1a to your computer and use it in GitHub Desktop.
Save palmskog/4943fc7b643ef6fa15819cfe2311bd1a to your computer and use it in GitHub Desktop.
opam init
eval $(opam config env)
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq coq-mathcomp-ssreflect coq-mathcomp-fingroup coq-mathcomp-algebra ounit uuidm
git clone https://github.com/uwplse/StructTact.git
cd StructTact
./build.sh
cd ..
git clone https://github.com/DistributedComponents/InfSeqExt.git
cd InfSeqExt
./build.sh
cd ..
git clone https://github.com/uwplse/verdi.git
cd verdi
./build.sh
cd ..
git clone -b v8.5 https://github.com/coq-contribs/aac-tactics.git AAC_tactics
cd AAC_tactics
make
cd ..
git clone https://github.com/DistributedComponents/verdi-aggregation.git
cd verdi-aggregation
./build.sh aggregation-dynamic
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment