You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ A WIP ssh-agent [Mirage](https://mirage.io/) unikernel for [Qubes OS](https://qu
6
6
7
7
First, you need to install `opam` the OCaml package manager. Check out the instructions at http://opam.ocaml.org/doc/Install.html.
8
8
Once installed it will use the system-installed OCaml compiler.
9
-
You may have to compile a newer version of OCaml - for example version 4.02.3 is confirmed not to work (the version shipped with debian 9). Version 4.05.0 is confirmed to work.
10
-
To compile 4.05.0, run `opam switch install 4.05.0`. Then run `eval $(opam config env)` as the command should tell you to do.
9
+
You may have to compile a newer version of OCaml - for example version 4.02.3 is confirmed not to work (the version shipped with debian 9). Version 4.08.1 is confirmed to work.
10
+
To compile 4.08.1, run `opam switch install 4.08.1`. Then run `eval $(opam config env)` as the command should tell you to do.
11
11
12
12
You should now have a working OCaml setup to continue.
0 commit comments