增加 centos 7 构建

This commit is contained in:
2024-10-29 14:30:39 +08:00
parent 782debcd74
commit 15ec840544
4 changed files with 53 additions and 2 deletions

View File

@@ -23,6 +23,12 @@ sudo apt update
sudo apt install build-essential golang libpcap-dev libcap-dev libsystemd-dev
```
在 Centos 7 系统上安装所需的开发工具和库:
```bash
yum install ipset-devel libattr-devel libpcap-devel libcap-devel
```
### 下载项目
克隆项目仓库: