Skip to content

Instantly share code, notes, and snippets.

@avsm
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsm/265a73f8869258c81d97 to your computer and use it in GitHub Desktop.
Save avsm/265a73f8869258c81d97 to your computer and use it in GitHub Desktop.
Install Mirage using opam-installext
#!/bin/sh -ex
opam remote add mirage git://github.com/mirage/mirage-dev
opam installext -j 3 mirage-www
eval `opam config env`
git clone git://github.com/mirage/mirage-skeleton
cd mirage-skeleton
make configure && make build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment