diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:42:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:42:04 +0000 |
commit | 0d47952611198ef6b1163f366dc03922d20b1475 (patch) | |
tree | 3d840a3b8c0daef0754707bfb9f5e873b6b1ac13 /zenmap/install_scripts/README | |
parent | Initial commit. (diff) | |
download | nmap-upstream.tar.xz nmap-upstream.zip |
Adding upstream version 7.94+git20230807.3be01efb1+dfsg.upstream/7.94+git20230807.3be01efb1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | zenmap/install_scripts/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/zenmap/install_scripts/README b/zenmap/install_scripts/README new file mode 100644 index 0000000..8179a0c --- /dev/null +++ b/zenmap/install_scripts/README @@ -0,0 +1,20 @@ +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. |