From cbc59170503f35b54c2e5186a78f0cc19bd50bf7 Mon Sep 17 00:00:00 2001 From: Satyam Kashyap Date: Wed, 23 Jul 2025 12:30:20 +0530 Subject: [PATCH] Clarify MSYS2 MinGW terminal requirement PR #6254 Signed-off-by: Romain Vimont --- doc/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/build.md b/doc/build.md index 31be38fd..e1873f93 100644 --- a/doc/build.md +++ b/doc/build.md @@ -154,6 +154,10 @@ install it manually and make it available from the `PATH`: export PATH="$JAVA_HOME/bin:$PATH" ``` +When following the rest of the build instructions below, make sure you use the +MinGW terminal within MSYS2. + + ### macOS Install the packages with [Homebrew]: