From bf60ee0d704601857216c46209005e05f9669b2d Mon Sep 17 00:00:00 2001 From: Kyle Kienapfel Date: Sun, 24 Apr 2022 16:22:04 -0700 Subject: [PATCH] added bonus note showing running cmd then echo %PATH% from relevant MSYS shell --- Building-for-Windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index cb5fc51..213480b 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -116,6 +116,10 @@ e.g. cp externals/ffmpeg-*/bin/*.dll bin/ ``` +Bonus Note: Running programs from inside `MSYS2 MinGW x64` shell has a different %PATH% than directly from explorer. This different %PATH% has the locations of the other DLLs required. +![image](https://user-images.githubusercontent.com/190571/165000848-005e8428-8a82-41b1-bb4d-4ce7797cdac8.png) + + ### Building without Qt (Optional) Doesn't require the rather large Qt dependency, but you will lack a GUI frontend: