1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Build Information for Linux:
Required:
* qt4
* cmake >= 2.6
Recommend:
* dig package (debian: dnsutils)
Build:
# cd tools/
# ./cmake_verbose_script.sh
cd ../build/
# make
# make install (only root) || search or create a package for your disto ;)
Packages:
http://www.nmapsi4.org
* Debian Package (not tested with kubuntu)
* OpenSuse
* altlinux
* archlinux (DPKGBUILD)
Start nmapsi4 SVN version:
# ./nmapsi (user mode)
# sudo ./nmapsi4 (full nmap extensions) || (kdesu etc etc ;) )
For SVN version read:
http://code.google.com/p/nmapsi4/wiki/CompileSvnSnapshot
**********************************************************************
nmapsi4-admin.desktop (with kdesu):
**********************************************************************
installed nmapsi4-admin.desktop used kdesu for default
**********************************************************************
**********************************************************************
For sudo users:
**********************************************************************
* set X-KDE-SubstituteUID=true to X-KDE-SubstituteUID=false in /usr/share/applications/kde/nmapsi4-admin.desktop
* change Exec=nmapsi4 with Exec=sudo nmapsi4
insert this line in your /etc/sudoers:
#cd /etc
#visudo
#
# sudoers line
#
Cmnd_Alias NMAPSI4 = /usr/bin/nmapsi4
ALL ALL=NOPASSWD:NMAPSI4
Else:
start nmapsi4 in user mode. ;)
***********************************************************************************
MS windows build:
for build informations with MS windows OS visit: http://www.nmapsi4.org
***********************************************************************************
Mac Os:
sorry, but I haven't a mac machine, for build nmapsi4 ;)
|