官网安装步骤链接传送门https://www.kismetwireless.net/docs/readme/installing/linux/
- 安装步骤:
yum install libpcap
yum install libpcap-devel
去官网下载最新版本
tar -xvf 包
切换到目录下 cd
./configure
kismet
- 报错1: 提示安装
libwebsockets
git clone https://github.com/warmcat/libwebsockets.git
cd libwebsockets
mkdir build
cd build
cmake ..
make
make install
# 添加到/etc/profile系统路径中 一定要注意路径是否正确!!!
export libwebsockets_CFLAGS=/opt/software/libwebsockets/libwebsockets/build/include/
export libwebsockets_LIBS=$libwebsockets_LIBS:/opt/software/libwebsockets/libwebsockets/build/lib/
- 报错2:
configure: error: Package requirements (protobuf) were not met:No package 'protobuf' foundConsider adjusting the PKG_CONFIG_PATH environment variable
本文链接:https://my.lmcjl.com/post/12806.html
展开阅读全文
4 评论