From 581a63ce4e25f659301e2833dbe5be60a3eae92c Mon Sep 17 00:00:00 2001 From: Bingshen Wang Date: Fri, 16 Nov 2018 16:26:59 +0800 Subject: [PATCH] Add build requirement doc on fedora/centos Signed-off-by: bingshen.wbs --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 88c3fab2e..0c700e628 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -46,6 +46,7 @@ need to satisfy this dependencies in your system: If you're building with seccomp, you'll need to install it with the following: +* CentOS/Fedora: `yum install libseccomp-devel` * Debian/Ubuntu: `apt install libseccomp-dev` At this point you are ready to build `containerd` yourself!