官网安装步骤链接传送门https://www.kismetwireless.net/docs/readme/installing/linux/
yum install libpcap
yum install libpcap-devel
去官网下载最新版本
tar -xvf 包
切换到目录下 cd
./configure
kismet
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/
configure: error: Package requirements (protobuf) were not met:
No package 'protobuf' found
Consider adjusting the PKG_CONFIG_PATH environment variable