####################################
PBNJ 2.0 Windows Install Directions
####################################

Download the nmap installer for windows which 
can be found on Nmap's download page.

http://www.insecure.org/nmap/download.html


------------------------------------------


Download ActiveState Perl 

http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl


Then to install the module you should use 
ActiveState's ppm (Programmer's Package Manager).

Start Menu -> run -> cmd

c:>ppm

ppm>install YAML
ppm>install DBI
ppm>install DBD-SQLite
ppm>install XML-Twig
ppm>install Nmap-Parser
ppm>install Text-CSV_XS
ppm>install File-Which
ppm>install File-HomeDir

------------------------------------------


Download nmake 

ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe

Then use the standard Perl Make Install Directions.

C:\pbnj-2.0>nmake15.exe
C:\pbnj-2.0>perl Makefile.PL
C:\pbnj-2.0>nmake install

Then you should be able to run the programs.
There is documentation about each tools in the 
docs directory.
