You are here

Build nmapsi4 on Mac Osx

Well, this is my personal experiment of the day but yes It works. ;-)

1) install all dependencies for build nmapsi4

2) download and install git 

3) download and install runtime dependencies

4) get source

  • get latest version of nmapsi4 from master branch  / ~# git clone  git://github.com/nmapsi4/nmapsi4.git

5) build istructions (after the git clone)

~# cd nmapsi4/

For Osx 10.7.x and later, change this line (no i386 anymore):

  • ~nmapsi4/ --> # vim CMakeLists.txt
  • SET( CMAKE_OSX_ARCHITECTURES i386;x86_64 ) -->  SET( CMAKE_OSX_ARCHITECTURES x86_64 )

~nmapsi4/ --> # mkdir build/

~nmapsi4/build/ --> # cmake ../ (if the configure ends without issues)

~nmapsi4/build/ --> # make (if the build ends without issues)

6) start nmapsi4

~nmapsi4/build/ --> # sudo src/nmapsi4.app/Contents/MacOS/nmapsi4 (insert administrator password)

7) ...  and ...