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
..
macosx Remove libxml2.2.dylib from the OS X application bundle. 2013-11-12 04:04:45 +00:00
unix Change su-to-zenmap.sh from bash to sh script 2012-12-06 18:54:36 +00:00
utils Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
windows Python is now in nmap-mswin32-aux. 2012-10-03 05:18:23 +00:00
README

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.