From 6b98ee34237a53183d13f4c42cf30a081940bdc5 Mon Sep 17 00:00:00 2001 From: hurricane618 Date: Tue, 14 Nov 2023 11:58:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E4=BE=9D=E8=B5=96=E5=BA=93libuuid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hurricane618 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efc2b6..c11f813 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ secDetector在架构上分为四个部分:SDK、Service、检测特性集合ca ## 安装教程 -1. yum install clang libbpf-devel bpftool grpc-devel cmake +1. yum install clang libbpf-devel bpftool grpc-devel cmake libuuid-devel 2. mkdir -p observer_agent/build && cd observer_agent/build 3. cmake .. && make -- Gitee