diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml
index af95668a6..eff6d178d 100644
--- a/docs/nmap-install.xml
+++ b/docs/nmap-install.xml
@@ -864,15 +864,38 @@ but compilation from source code is an option, particularly if you plan to help
Microsoft Visual C++ 2010, which is part of their commercial Visual Studio suite. Any of the Visual Studio 2010 editions should work, including the free Visual C++ 2010 Express SP1.
+
+Some of Nmap's dependencies on Windows are inconvenient to build. For
+this reason, precompiled binaries of the dependencies are stored in
+Subversion, in the directory /nmap-mswin32-aux.
+When building from source, whether from a source code release or from
+Subversion, check out /nmap-mswin32-aux as
+described below.
+
+
Compiling Nmap on Windows from Source
+
+
+Download the Windows dependencies from Subversion with the command
+svn checkout https://svn.nmap.org/nmap-mswin32-aux.
+The build files are configured to look for dependencies in this
+checked-out directory. If you want to build the dependencies yourself
+instead, you will have to reconfigure the Visual Studio project files to
+point to the alternate directory.
+
+
+
Decide whether to obtain the Nmap source code by downloading the latest release from nmap.org, or using a Subversion client to retrieve even newer (but less tested) code from our repository. These instructions are for the web download approach, but using Subversion instead is straightforward (see ).
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.
+Uncompress the source code file you just downloaded. The
+source code directory and the nmap-mswin32-aux must
+be in the same parent directory.
+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).