diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index e2299eb1e..ca9c58682 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -990,10 +990,7 @@ command such as nmap scanme.nmap.org from any directory.Mac OS X Apple Mac OS XMac OS X -Thanks to several people graciously donating shell accounts on -their Mac OS X boxes, Nmap usually compiles on that platform without -problems. Because not everyone has the development tools necessary to -compile from source, there is an executable installer as well. Nmap +Nmap has supported Mac OS X since 2001, and our support has only improved over time. While Mac users can compile Nmap themselves, we also offer an executable installer. Nmap is also available through systems such as MacPorts and Fink which package Unix software for Mac OS X. @@ -1032,9 +1029,9 @@ the trash. See the instructions in for help on running Nmap and Zenmap after they are installed. -The programs installed by the installer will run on Mac OS X 10.5 +The programs installed by the installer will run on Intel Mac OS X 10.5 (Leopard) or later. Users of earlier versions will have to compile from -source or use a third-party package. +source or use a third-party package. Instructions for PowerPC (PPC) Mac systems (which Apple ceased selling in 2006) are available on our wiki. @@ -1053,9 +1050,9 @@ Apple's developer tools that include GCC and the rest of the usual build system. Xcode is not installed by default, but is available as an optional install on the Mac OS X installation discs. If you do not have the installation discs or if you want a newer version, you can download -Xcode free of charge. +Xcode free of charge. -Xcode installations don't always include the command line tools. You can install them by opening Xcode from the Applications folder, opening Preferencechoosing the Download header icon and clicking the Install button next to Command Line Tools. +Xcode installations don't always include the command line tools. You can install them by opening Xcode from the Applications folder, opening Preferencechoosing the Download header icon and clicking the Install button next to Command Line Tools. Once you have installed Xcode and the command-line tools, follow the compilation instructions found in . Note that on some older versions of Mac OS X, you may have to replace the command ./configure with ./configure CPP=/usr/bin/cpp.