diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 19:11:58 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 19:11:58 +0100 |
commit | 9853b168f68cbb09b75a817343cedde2aca4c76c (patch) | |
tree | db628840acea83dbccaf5676b89579a80e02ef51 /INSTALL.windows | |
parent | d83e85a2e6064c36f6ad3c848e39d8b8c101c4f7 (diff) | |
parent | 7cf710f6587e71a193a55d84dd6d8ae1a8a69ce0 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'INSTALL.windows')
-rw-r--r-- | INSTALL.windows | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/INSTALL.windows b/INSTALL.windows index 2d2e1443..2edfb0a4 100644 --- a/INSTALL.windows +++ b/INSTALL.windows @@ -8,7 +8,7 @@ There are three ways to create binaries of this package for Microsoft Windows: =============================================================================== 1) Native binaries, built using the mingw tool chain. - I recommend to use the Cygwin environment as the development environment + I recommend to use the Cygwin environment as the development environment (*) and mingw only as the target (runtime, deployment) environment. For this, you need to install * Cygwin (from https://cygwin.com/), @@ -53,6 +53,13 @@ There are three ways to create binaries of this package for Microsoft Windows: make install + (*) Note: The MSYS2 environment as a development environment is *not* + supported. This environment contains an ignoble and ignominious hack: + In a program invocation, the program *by default* receives different + arguments than the ones that the caller has passed. See + <https://www.msys2.org/wiki/Porting/#filesystem-namespaces>. + All program invocations in this environment are therefore unreliable. + =============================================================================== 2) Native binaries, built using the MS Visual C/C++ tool chain. |