From 1775202f54f653124190970430cf176c3e70f85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr> Date: Mon, 10 Feb 2020 12:37:47 +0100 Subject: [PATCH] Add small information for windows --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 238015929..80923489d 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ In order to create a bundle of everything needed to run COLIBRI. -run `./bundle.sh` it will create a relocalisable directory `bundle`. \ No newline at end of file +run `./bundle.sh` it will create a relocalisable directory `bundle`. + + +# Compilation on linux # + The up-to-date information could be found in `.gitlab-ci.yml`. + +# Compilation on windows # + The compilation is helped by using + https://fdopen.github.io/opam-repository-mingw/ , it will install ocaml + compiler but also mingw for the C part. Use ocaml-env to setup the environement + for the compilation. Then the compilation is the same than for linux. -- GitLab