1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00
Files
nmap/zenmap/install_scripts
david 58e5885f17 Remove libxml2.2.dylib from the OS X application bundle.
This file is automatically copied into the bundle by py2app. It is
already present as a system library on OS X 10.6 and later. Shipping our
own caused a compatibility problem on OS X 10.9:

Could not import the zenmapGUI.App module: 'dlopen(/Applications/Zenmap.app/Contents/Resources/lib/python2.6/lib-dynload/glib/_glib.so, 2): Symbol not found: _xmlBufContent\n  Referenced from: /usr/lib/libxslt.1.dylib\n  Expected in: /Applications/Zenmap.app/Contents/Frameworks/libxml2.2.dylib\n in /usr/lib/libxslt.1.dylib'.

http://seclists.org/nmap-dev/2013/q4/85
2013-11-12 04:04:45 +00:00
..

Every script under this directory is supposed to be executed from the
top of the source tree. Don't get into this directory, nor any other
under this one to execute any of the scripts, or they're not going to
work as expected.

This is a description of the scripts in this directory and its
subdirectories.

macosx:
Files and scripts used to build Mac OS X packages. See macosx/README for a
description of the files in this directory.

utils/version_update.py:
Updates the Zenmap version number everywhere it needs to be.

windows/copy_and_compile.bat:
Builds a Windows executable using py2exe.

windows/nmap-eye.ico:
An icon used on Windows.