From 8ffb30e28865f192a7c1edfba3c006f9c62d1f89 Mon Sep 17 00:00:00 2001 From: shipengcheng1230 Date: Sun, 22 Mar 2020 12:50:28 -0400 Subject: [PATCH] add notice for an issue on windows for 1.4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3466297..dc63273 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ To use [Gmsh](http://gmsh.info/) mesh program. directory and rebuild this package. This needs only to be done once. - To come along nicely with Intel MKL, the Julia must be compiled with 32 integer interface, i.e. linking to **lp64** instead of **ipl64**. + +- There is an [issue](https://github.com/shipengcheng1230/GmshTools.jl/issues/5) of building on **Windows** for Julia *v1.4.0*. (Currently I don't have a Windows machine to debug.)