diff --git a/html/hints/winnt.html b/html/hints/winnt.html
index 7c41b861ba..75af630246 100644
--- a/html/hints/winnt.html
+++ b/html/hints/winnt.html
@@ -44,22 +44,26 @@
Compiling Requirements
- Windows 7 or Windows.NET Server 2003, or later.
- Windows NT 4.0 Windows 2000, Windows XP or Windows Vista may still work.
-
- Microsoft Visual C++ 2008, 2010, or 2013 EE
+
- Microsoft Visual C++ 2022
+
- Microsoft Visual C++ 2008, 2010, 2013 are out of support and should not be used anymore.
- Some way of uncompressing and untarring the gzipped tar file.
-
- OpenSSL must be built on the box before building NTP. Additional steps would
- be required to not use OpenSSL.
-
- Microsoft Visual C++ redistributables
+ OpenSSL must be built on the box before building NTP. Additional steps would be required to not use OpenSSL.
+ Microsoft Visual C++ redistributables
Compiling Instructions
- - Install Micosoft Visual C++ redistributables
-
- Install OpenSSL full installer for Windows. Add the following to your system environment variables in the control panel (adjusting paths as appropriate to point to the directory containing only an openssl subdirectory, for OPENSSL_INC, and to the directory containing openssl .lib files for OPENSSL_LIB:
-
- OPENSSL_INC=C:\OpenSSL\include
-
- OPENSSL_LIB=C:\OpenSSL\lib
+ - Install Micosoft Visual C++ redistributables.
+ The 32-bit version is still available but should not be used anymore.
+
- Install OpenSSL full installer for Windows.
+ Add the following to your system environment variables in the control panel (adjusting paths as appropriate to point to the directory containing only an openssl subdirectory, for OPENSSL_INC, and to the directory containing openssl .lib files for OPENSSL_LIB:
+
+ - OPENSSL_INC=C:\OpenSSL\include
+
- OPENSSL_LIB=C:\OpenSSL\lib
+
- Unpack the NTP-4.x.tar.gz using utilities such as WinZip or WinRar.
-
- Run Microsoft Visual C++ 2008 EE.
-
- Open the ports\winnt\vs2008\ntp.sln solution file
+
- Run Microsoft Visual C++ 2022.
+
- Open the ports\winnt\vs2022\ntp.sln solution file
- Batch build all projects (Build menu, Batch Build..., select all, build).
-
- The built binaries can be found in the ports\winnt\v2008\Win32-bin\Release directory.
+
- The built binaries can be found in the ports\winnt\vs2022\x64-out\Release directory.
- If you are shipping binaries in a kit it is strongly recommended that you ship this file (winnt.html) along with the binaries.
Configuration File
@@ -83,7 +87,7 @@ Command Line Parameters and Registry Entries
Bug Reports
Please follow the NTP Bug Reporting Procedures to report bugs or request enhancements.
Last update:
- 6-Apr-2014 23:27
+ 10-June-2025