Skip to content

Commit e699956

Browse files
author
H. Peter Anvin
committed
Mkfiles/README: recommend MSYS2 on Windows
Even Microsoft seems to recommend MSYS2 for autoconf compatibility now. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent c56472f commit e699956

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Mkfiles/README

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Makefiles are:
55

66
Filename Target Compiler Tested with
77
---------------------------------------------------------------------------
8-
msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2017
8+
msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2022
99

1010
For building on a Win32 host using Microsoft Visual C++.
1111

@@ -33,6 +33,11 @@ The Makefiles are:
3333

3434
nmake /f Mkfiles\msvc.mak everything nsis
3535

36+
NOTE: the preferred way to build NASM on Windows is to use
37+
the standard configure script under the MSYS2 environment.
38+
See http://www.msys2.org/.
39+
40+
3641
Filename Target Compiler Tested with
3742
---------------------------------------------------------------------------
3843
openwcom.mak DOS,Win32,OS/2 OpenWatcom C OpenWatcom 1.7 (Win32)

0 commit comments

Comments
 (0)