From 96cc6637995278cdf19668620af26513072cbe24 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 14 Jan 2009 00:56:25 +0000 Subject: [PATCH] apply a couple small fixes from angico (angico@angico.org) --- docs/nmap-install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 9a1236196..3e5cba282 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -823,9 +823,9 @@ 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 gzip or bzip2, 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 the .tgz version. +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). 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.