centos6 安装 nmap
git 用于检出源码
autoconf:configure用的
GNU GCC C 编译器(gcc) 编译C的
GNU GCC C++ 编译器 (gcc-c++): 编译C++的
make/automake: make的主程序
yum install git autoconf gcc gcc-c++ make automake -y
cd /usr/src
git clone https://github.com/nmap/nmap.git
cd nmap
./configure
make && make install
make clean
cd /usr/src
git clone https://github.com/nmap/nmap.git
cd nmap
./configure
make && make install
make clean