In case of Windows

This commit is contained in:
Denis Merigoux 2020-04-17 16:30:23 +02:00
parent eb801fe593
commit 9020d7200d

View File

@ -87,7 +87,10 @@ if you're running Linux ou MacOS, open a terminal and enter :
./install_opam.sh
This will install `opam`, the OCaml dependency manager and the base OCaml compiler.
This will install `opam`, the OCaml dependency manager and the
base OCaml compiler. If you're on Windows, the simplest solution
would be to use Cygwin or the Windows Subsystem for Linux.
Next, install all the build dependencies with
make install-dependencies