1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-13 01:49:01 +00:00

reword an item to make it a bit more clear that the python and gtk upgrades are only needed if you want to build Zenmap and that all these upgrades are only needed if you want to compile Nmap yourself

This commit is contained in:
fyodor
2010-11-12 23:12:11 +00:00
parent 5b010f927a
commit 3c2b82100e

View File

@@ -11,12 +11,11 @@ o [NSE] Added a new Web Service Dynamic Discovery library (wsdd) and the two
o [Zenmap] Upgraded to the newer gtk.Tooltip API to avoid deprecation
messages about gtk.Tooltip. [Rob Nicholls]
o Updated the Windows build to work with (and require):
o Visual C++ 2010 (was 2008)
o Python 2.7
o GTK+ 2.22
See docs/win32-zenmap-build-guide.txt for details. Thanks to KX for
Visual C++ instructions. [David, Rob Nicholls]
o Updated the Windows build process to work with (and require) Visual
C++ 2010 rather than 2008. If you want to build Zenmap too, you now
need Python 2.7 (rather than 2.6) and GTK+ 2.22. See
http://nmap.org/book/inst-windows.html#inst-win-source [David, Rob
Nicholls, KX]
o [NSE] Added a new library upnp that provides UPnP support to the scripts
upnp-info and broadcast-upnp-info. The library is largely based on code