Skip to content
Open
Changes from all commits
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ git clone https://github.com/rand00/conntest
cd conntest
mirage configure -t <TARGET> -f mirage/config.ml && make depend && mirage build -f mirage/config.ml
```
Note that the current version of ocaml(v5.0.0) is not yet compatible with with mirage, so do well to switch to v4.14.1 using the commands below.
```
opam switch create mirage 4.14.1
```
We then update the new opam environment.
```
eval $(opam env --switch=mirage)
```
Targets:
* For `spt` you need to run GNU/Linux and install `solo5`.
* For `hvt` you need a baremetal server (i.e. supporting virtualization) or a VPS supporting nested virtualization. Also depends on `solo5`.
Expand Down