From 20b753f16f79d786667ff645083f5e9c90ec5346 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 4 Feb 2009 16:25:22 +0000 Subject: [PATCH] Fix a couple of minor formatting problems in nmap-install.xml. --- docs/nmap-install.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index b442bf14d..eb60a6a1f 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -823,11 +823,13 @@ url="http://www.microsoft.com/express/vc/">Visual C++ 2008 Express.Compiling Nmap on Windows from Source -Download the latest Nmap source distribution from . It has the name nmap-version.tar.bz2 or nmap-version.tgz. Those are the same tar file compressed using bzip2 or gzip, respectively. The bzip2-compressed version is smaller. +Download the latest Nmap source distribution from . It has the name +nmap-version.tar.bz2 or +nmap-version.tgz. Those are the same tar file compressed using bzip2 or gzip, respectively. The bzip2-compressed version is smaller. Uncompress the source code file you just downloaded. Recent releases of the free Cygwin distributionCygwin can handle both the .tar.bz2 and .tgz formats. Use the command tar xvjf nmap-version.tar.bz2 or tar xvzf nmap-version.tgz, respectively. Alternatively, the common WinZip application can decompress these files. -Open Visual Studio and the Nmap solution file ( nmap-version/mswin32/nmap.sln). +Open Visual Studio and the Nmap solution file (nmap-version/mswin32/nmap.sln). Choose Build Solution from the Build Menu. Nmap should begin compiling, and end with the line -- Done -- saying that all projects built successfully and there were zero failures. The executable and data files can be found in nmap-version/mswin32/Release/. You can copy them to a preferred directory as long as they are all kept together.