From d958103764625e89804fd703da9ad783c0609783 Mon Sep 17 00:00:00 2001 From: Satyam Kashyap Date: Wed, 23 Jul 2025 12:30:20 +0530 Subject: [PATCH] Made windows build instructions more clear in build.md --- doc/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build.md b/doc/build.md index 7f76b4fd..767e50af 100644 --- a/doc/build.md +++ b/doc/build.md @@ -154,6 +154,8 @@ install it manually and make it available from the `PATH`: export PATH="$JAVA_HOME/bin:$PATH" ``` +When following the rest of the build instructions mentioned below, ensure you're using the MINGW terminal within MSYS2. + ### Mac OS Install the packages with [Homebrew]: