You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Install Micosoft Visual C++ <ahref="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF">redistributables</a>
55
-
<li>Install <ahref="http://www.slproweb.com/products/Win32OpenSSL.html">OpenSSL full installer for Windows</a>. 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:
56
-
<ul><li> OPENSSL_INC=C:\OpenSSL\include
57
-
<li> OPENSSL_LIB=C:\OpenSSL\lib</ul>
54
+
<li>Install Micosoft Visual C++ <ahref="https://aka.ms/vs/17/release/vc_redist.x64.exe">redistributables</a>.
55
+
The 32-bit version is still available but should not be used anymore.
56
+
<li>Install <ahref="https://slproweb.com/products/Win32OpenSSL.html">OpenSSL full installer for Windows</a>.
57
+
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:
58
+
<ul>
59
+
<li>OPENSSL_INC=C:\OpenSSL\include
60
+
<li>OPENSSL_LIB=C:\OpenSSL\lib
61
+
</ul>
58
62
<li>Unpack the NTP-4.x.tar.gz using utilities such as WinZip or WinRar.
59
-
<li>Run Microsoft Visual C++ 2008 EE.
60
-
<li>Open the ports\winnt\vs2008\ntp.sln solution file
63
+
<li>Run Microsoft Visual C++ 2022.
64
+
<li>Open the <tt>ports\winnt\vs2022\ntp.sln</tt> solution file
61
65
<li>Batch build all projects (Build menu, Batch Build..., select all, build).
62
-
<li>The built binaries can be found in the <tt>ports\winnt\v2008\Win32-bin\Release</tt> directory.
66
+
<li>The built binaries can be found in the <tt>ports\winnt\vs2022\x64-out\Release</tt> directory.
63
67
<li>If you are shipping binaries in a kit it is strongly recommended that you ship this file (winnt.html) along with the binaries.
64
68
</ol>
65
69
<h4>Configuration File</h4>
@@ -83,7 +87,7 @@ <h4>Command Line Parameters and Registry Entries</h4>
83
87
<h4>Bug Reports</h4>
84
88
<p>Please follow the <ahref="../bugs.html">NTP Bug Reporting Procedures</a> to report bugs or request enhancements.</p>
0 commit comments