buildguide.txt
来自「Ubuntu packages of security software。 相」· 文本 代码 · 共 62 行
TXT
62 行
Building the Nmap Installer for Windows =======================================I. ZENMAP BUILD DEPENDENCIESI've listed the build dependencies for Zenmap, the versions I am using, andwhere to get them:GTK (2.10.11) - http://gladewin32.sourceforge.netPython (2.5.1) - http://www.python.org/downloadPyGTK (2.10.4) - http://ftp.gnome.org/pub/gnome/binaries/win32/pygtkPyCairo (1.2.6) - http://ftp.gnome.org/pub/gnome/binaries/win32/pycairoPyGObject (2.12.3) - http://ftp.gnome.org/pub/gnome/binaries/win32/pygobjectPy2exe (0.6.6) - http://www.sourceforge.net/projects/py2exePsyco (1.5.2) - http://www.sourceforge.net/projects/psycoBe sure to grab the PyGTK, PyCairo, etc. for Python 2.5 and not 2.4!Using the default install directories in these installers is important,especially for Python (C:\Python25) and GTK (C:\GTK). See Section IV if youchange the directories.II. OTHER REQUIREMENTSYou'll need Microsoft Visual C++ 2005 and the Platform SDK for compilation.Directions for obtaining those are at:http://insecure.org/nmap/install/inst-windows.html#inst-win-sourceYou'll also need Cygwin installed in order to build the Nmap installer (notrequired for normal compiling). You'll find it at http://www.cygwin.comAnd last, you'll need the Nullsoft Scriptable Install System installed. Youcan download if from http://nsis.sourceforge.net/Download III. BUILDINGWith all of the requirements and dependencies installed, open up a Cygwinshell and go to the mswin32 directory in the Nmap directory and type "make".This may take several minutes, and will create an executable installer and azip archive (nmap-<version>-setup.exe and nmap-<version>-win32.zip).IV. INSTALLATION PATHS / PROBLEMSIf you have Python installed to a directory other than C:\Python25, thenyou need to edit the copy_and_compile.bat file underzenmap/install_scripts/windows and change the "set PythonEXE" line with yourinstalled directory.If you have GTK installed to a different directory, follow the same directionsas for Python, but edit the "set GTKDir" line.-- Kris Katterjohn 08/2007
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?