From fc0204f6f7f93301e0ef02e2bc63c90014aa141a Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Thu, 3 Nov 2022 21:24:52 +0100 Subject: [PATCH] docs on HowToBuild on Windows: cygwin tools must be in PATH [ci skip] Otherwise, MAKEDEBUG.BAT & Co. might fail if some tools (such as tee) are not found. --- building/win32x86/HowToBuild | 1 + building/win64x64/HowToBuild | 1 + 2 files changed, 2 insertions(+) diff --git a/building/win32x86/HowToBuild b/building/win32x86/HowToBuild index e68f756271..754ac3d575 100644 --- a/building/win32x86/HowToBuild +++ b/building/win32x86/HowToBuild @@ -109,6 +109,7 @@ If building from mingw32, it may be necessary to omit the tool prefix: MSVC 1. Install the tools: - follow step Cygwin 1. Install the tools +- Make sure that the tools directory (e.g., C:\cygwin\bin) is in your PATH environment variable - Install Visual Studio Community from https://visualstudio.microsoft.com/downloads/ MSVC 2. Build diff --git a/building/win64x64/HowToBuild b/building/win64x64/HowToBuild index cf4bdddec6..c95f70a299 100644 --- a/building/win64x64/HowToBuild +++ b/building/win64x64/HowToBuild @@ -104,6 +104,7 @@ If building from mingw64, it may be necessary to omit the tool prefix: MSVC 1. Install the tools: - follow step Cygwin 1. Install the tools +- Make sure that the tools directory (e.g., C:\cygwin\bin) is in your PATH environment variable - Install Visual Studio Community from https://visualstudio.microsoft.com/downloads/ MSVC 2. Build