mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Update the installation instructions for Windows.
* INSTALL.windows: Add a note about MSYS2.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2023-06-29 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Update the installation instructions for Windows.
|
||||||
|
* INSTALL.windows: Add a note about MSYS2.
|
||||||
|
|
||||||
2023-06-22 Bruno Haible <bruno@clisp.org>
|
2023-06-22 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Ensure that makeinfo ≥ 6.8 checks the @menu structure.
|
Ensure that makeinfo ≥ 6.8 checks the @menu structure.
|
||||||
|
|||||||
@@ -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.
|
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.
|
and mingw only as the target (runtime, deployment) environment.
|
||||||
For this, you need to install
|
For this, you need to install
|
||||||
* Cygwin (from https://cygwin.com/),
|
* Cygwin (from https://cygwin.com/),
|
||||||
@@ -57,6 +57,13 @@ There are three ways to create binaries of this package for Microsoft Windows:
|
|||||||
|
|
||||||
make install
|
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.
|
2) Native binaries, built using the MS Visual C/C++ tool chain.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user