From 263f45c9ce0fc9aa259c214fab3672d9d68a098d Mon Sep 17 00:00:00 2001 From: Boris Basic <boris.basic@edf.fr> Date: Mon, 4 Mar 2024 11:29:29 +0100 Subject: [PATCH] Fix Mingw download link: the MSVCRT version is preferred over the UCRT one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88734c8..03fd4c8 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ The build includes the following dependencies: `bin` directory is added to your `PATH` environment variable.<br> Note: to install CMake without administrator rights, you need to download and extract the zip file and set your `PATH` manually. -- **Mingw-w64**: download the 12.3 version from [winlibs](https://github.com/brechtsanders/winlibs_mingw/releases/download/12.3.0-16.0.4-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-12.3.0-mingw-w64ucrt-11.0.0-r1.zip) and extract it to `C:\`.<br> +- **Mingw-w64**: download the 12.3 version from [winlibs](https://github.com/brechtsanders/winlibs_mingw/releases/download/12.3.0-16.0.4-11.0.0-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-12.3.0-mingw-w64msvcrt-11.0.0-r1.zip) and extract it to `C:\`.<br> Note: if you don't install Mingw-w64 in `C:\`, you will need to add its `bin` directory to your `PATH`. -You don't need to install Python, as a version of its embeddable package will be downloaded and used by the batch script. However, if you already have Python on your OS, either through the official +You don't need to install Python, as a version of its embeddable package will be downloaded and used by the batch script. ## Optional: proxy configuration -- GitLab