1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 06:09:00 +00:00

Update the vcredist URL to the one we currently use, also note the /q option to run it in quiet mode

This commit is contained in:
fyodor
2010-06-10 20:39:07 +00:00
parent 79c5e1564b
commit e0652ac237

View File

@@ -832,10 +832,10 @@ the latest version from <ulink url="http://www.winpcap.org" />. You
must install version 4.0 or later.</para></listitem>
<listitem><para>Due to the way Nmap is compiled, it requires the
<ulink role="hidepdf" url="http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf">Microsoft Visual C++ 2008 Redistributable Package</ulink> of runtime
<ulink role="hidepdf" url="http://www.microsoft.com/downloads/details.aspx?familyid=2051a0c1-c9b5-4b0a-a8f5-770a549fd78c&displaylang=en">Microsoft Visual C++ 2008 Redistributable Package</ulink> of runtime
components. Many systems already have this installed from other
packages, but you should run <filename>vcredist_x86.exe</filename>
from the zip file just in case you need it.</para></listitem>
from the zip file just in case you need it. Pass the <option>/q</option> option to run that installer in quiet (non interactive) mode.</para></listitem>
<listitem><para>Instructions for executing your compiled Nmap are
given in <xref linkend="inst-win-exec"/>.</para></listitem>