mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
Add a README to the Zenmap distribution.
This commit is contained in:
@@ -6,7 +6,7 @@ NMAP_NUM_VERSION := $(shell grep '^\#[ \t]*define[ \t]\+NMAP_NUM_VERSION' ../nma
|
||||
|
||||
STAGING_DIR = Zenmap-$(NMAP_VERSION)
|
||||
|
||||
DIST_FILES = $(addprefix $(STAGING_DIR)/,Zenmap.app)
|
||||
DIST_FILES = $(addprefix $(STAGING_DIR)/,Zenmap.app README)
|
||||
|
||||
Zenmap-$(NMAP_VERSION).dmg: $(DIST_FILES)
|
||||
rm -f $@
|
||||
@@ -17,6 +17,10 @@ $(STAGING_DIR)/Zenmap.app:
|
||||
cd ../zenmap && install_scripts/macosx/make-bundle.sh
|
||||
mv -f ../zenmap/dist/Zenmap.app $(STAGING_DIR)
|
||||
|
||||
$(STAGING_DIR)/README:
|
||||
mkdir -p $(STAGING_DIR)
|
||||
cp -f README $(STAGING_DIR)/
|
||||
|
||||
clean:
|
||||
rm -rf $(STAGING_DIR)
|
||||
rm -f Zenmap-$(NMAP_VERSION).dmg
|
||||
|
||||
30
macosx/README
Normal file
30
macosx/README
Normal file
@@ -0,0 +1,30 @@
|
||||
This is a test packaging of Zenmap for Mac OS X.
|
||||
|
||||
We are distributing this in the hope of creating a really great
|
||||
distribution of Nmap and Zenmap on the Mac, and for that we need your
|
||||
help. Please try it out and send comments and suggestions to
|
||||
nmap-dev@insecure.org.
|
||||
|
||||
This package does not come with Nmap itself. Zenmap and Nmap may be
|
||||
bundled together in the future depending on what users recommend. You
|
||||
need to install Nmap separately. Make sure it is in your system PATH;
|
||||
see below. Please write nmap-dev@insecure.org if you have an idea for a
|
||||
good way to package Nmap and Zenmap together.
|
||||
|
||||
Known issues:
|
||||
|
||||
Zenmap doesn't run as root. I haven't found a convenient way to run it
|
||||
as root. You can do it by peeking inside the application bundle:
|
||||
sudo /Volumes/Zenmap-4.60/Zenmap.app/Contents/MacOS/zenmap
|
||||
But there has to be a better way. Please write nmap-dev@insecure.org if
|
||||
you have suggestions.
|
||||
|
||||
/usr/local/bin is not in the default PATH. As mentioned above, currently
|
||||
you have to install Nmap separately. When Nmap is compiled from source,
|
||||
by default it is installed in /usr/local/bin. But /usr/local/bin is
|
||||
*not* in the default OS X PATH! You will see an error in Zenmap:
|
||||
"[Errno 2] No such file or directory". I don't recommend installing Nmap
|
||||
with a prefix of /usr, but you can make a symbolic link from
|
||||
/usr/bin/nmap to /usr/local/bin/nmap and it will work fine.
|
||||
|
||||
David Fifield
|
||||
Reference in New Issue
Block a user